Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
<T> LinkedBindingBuilder<T> |
Binder.bind(Key<T> key)
Creates a binding to a key.
|
protected <T> LinkedBindingBuilder<T> |
AbstractModule.bind(Key<T> key) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotatedBindingBuilder<T>
Specifies the annotation for a binding.
|
Modifier and Type | Method and Description |
---|---|
LinkedBindingBuilder<T> |
AnnotatedBindingBuilder.annotatedWith(Annotation annotation)
Specifies an annotation value for this binding.
|
LinkedBindingBuilder<T> |
AnnotatedBindingBuilder.annotatedWith(Class<? extends Annotation> annotationType)
Specifies an annotation type for this binding.
|
Copyright © 2013. All Rights Reserved.