| 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 |
|---|---|
AnnotatedElementBuilder |
PrivateBinder.expose(Class
Makes a binding for
type available to the enclosing environment.
|
protected AnnotatedElementBuilder |
PrivateModule.expose(Class
Makes a binding for
type available to other modules and the injector.
|
AnnotatedElementBuilder |
PrivateBinder.expose(TypeLiteral
Makes a binding for
type available to the enclosing environment.
|
protected AnnotatedElementBuilder |
PrivateModule.expose(TypeLiteral
Makes a binding for
type available to other modules and the injector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExposureBuilder<T>
For private binder's expose() method.
|