|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedBindingBuilder | |
---|---|
com.google.inject | Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. |
Uses of AnnotatedBindingBuilder in com.google.inject |
---|
Methods in com.google.inject that return AnnotatedBindingBuilder | ||
---|---|---|
protected
|
PrivateModule.bind(Class<T> clazz)
|
|
|
Binder.bind(Class<T> type)
See the EDSL examples at Binder . |
|
protected
|
AbstractModule.bind(Class<T> clazz)
|
|
protected
|
PrivateModule.bind(TypeLiteral<T> typeLiteral)
|
|
|
Binder.bind(TypeLiteral<T> typeLiteral)
See the EDSL examples at Binder . |
|
protected
|
AbstractModule.bind(TypeLiteral<T> typeLiteral)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |