Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Field and Description |
---|---|
private PrivateBinder |
PrivateModule.binder
Like abstract module, the binder of the current private module
|
Modifier and Type | Method and Description |
---|---|
protected PrivateBinder |
PrivateModule.binder()
Returns the current binder.
|
PrivateBinder |
Binder.newPrivateBinder()
Creates a new private child environment for bindings and other configuration.
|
PrivateBinder |
PrivateBinder.skipSources(java.lang.Class... classesToSkip) |
PrivateBinder |
PrivateBinder.withSource(java.lang.Object source) |
Modifier and Type | Class and Description |
---|---|
private static class |
Elements.RecordingBinder |
Modifier and Type | Method and Description |
---|---|
PrivateBinder |
Elements.RecordingBinder.newPrivateBinder() |