| Package | Description |
|---|---|
| com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
|
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| Modifier and Type | Method and Description |
|---|---|
<T> AnnotatedBindingBuilder |
Binder.bind(Class
See the EDSL examples at
Binder.
|
protected <T> AnnotatedBindingBuilder |
AbstractModule.bind(Class
|
protected <T> AnnotatedBindingBuilder |
PrivateModule.bind(Class
|
<T> AnnotatedBindingBuilder |
Binder.bind(TypeLiteral
See the EDSL examples at
Binder.
|
protected <T> AnnotatedBindingBuilder |
AbstractModule.bind(TypeLiteral
|
protected <T> AnnotatedBindingBuilder |
PrivateModule.bind(TypeLiteral
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingBuilder<T>
Bind a non-constant key.
|