Specify the meaning of AssistedBuilder(SomeInterface)

This commit is contained in:
Jakub Stasiak 2013-08-19 22:58:14 +02:00
parent 73ef125c0b
commit 6cfa0abf9d
1 changed files with 2 additions and 0 deletions

View File

@ -473,6 +473,8 @@ True
```
Note: ``AssistedBuilder(X)`` is a shortcut for ``AssistedBuilder(interface=X)``
More information on this topic:
- ["How to use Google Guice to create objects that require parameters?" on Stack Overflow](http://stackoverflow.com/questions/996300/how-to-use-google-guice-to-create-objects-that-require-parameters)