|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkedBindingBuilder | |
---|---|
com.google.inject | Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. |
com.google.inject.binder | Interfaces which make up Binder 's
expression language. |
Uses of LinkedBindingBuilder in com.google.inject |
---|
Methods in com.google.inject that return LinkedBindingBuilder | ||
---|---|---|
protected
|
AbstractModule.bind(Key<T> key)
|
|
|
Binder.bind(Key<T> key)
Creates a binding to a key. |
Uses of LinkedBindingBuilder in com.google.inject.binder |
---|
Subinterfaces of LinkedBindingBuilder in com.google.inject.binder | |
---|---|
interface |
AnnotatedBindingBuilder<T>
Specifies the annotation for a binding. |
Methods in com.google.inject.binder that return LinkedBindingBuilder | |
---|---|
LinkedBindingBuilder<T> |
AnnotatedBindingBuilder.annotatedWith(java.lang.annotation.Annotation annotation)
Specifies an annotation value for this binding. |
LinkedBindingBuilder<T> |
AnnotatedBindingBuilder.annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Specifies an annotation type for this binding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |