|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedBindingBuilder | |
---|---|
com.google.inject | Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. |
com.google.inject.internal | Guice (sounds like like "juice") |
Uses of AnnotatedBindingBuilder in com.google.inject |
---|
Methods in com.google.inject that return AnnotatedBindingBuilder | ||
---|---|---|
|
Binder.bind(java.lang.Class<T> type)
See the EDSL examples at Binder . |
|
protected
|
PrivateModule.bind(java.lang.Class<T> clazz)
|
|
protected
|
AbstractModule.bind(java.lang.Class<T> clazz)
|
|
|
Binder.bind(TypeLiteral<T> typeLiteral)
See the EDSL examples at Binder . |
|
protected
|
PrivateModule.bind(TypeLiteral<T> typeLiteral)
|
|
protected
|
AbstractModule.bind(TypeLiteral<T> typeLiteral)
|
Uses of AnnotatedBindingBuilder in com.google.inject.internal |
---|
Classes in com.google.inject.internal that implement AnnotatedBindingBuilder | |
---|---|
class |
BindingBuilder<T>
Bind a non-constant key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |