| 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.
|
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| Modifier and Type | Method and Description |
|---|---|
<T> LinkedBindingBuilder |
Binder.bind(Key
See the EDSL examples at
Binder.
|
protected <T> LinkedBindingBuilder |
AbstractModule.bind(Key
|
protected <T> LinkedBindingBuilder |
PrivateModule.bind(Key
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotatedBindingBuilder<T>
See the EDSL examples at
Binder.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedBindingBuilder |
AnnotatedBindingBuilder.annotatedWith(Annotation
See the EDSL examples at
Binder.
|
LinkedBindingBuilder |
AnnotatedBindingBuilder.annotatedWith(Class
See the EDSL examples at
Binder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingBuilder<T>
Bind a non-constant key.
|