Package | Description |
---|---|
org.elasticsearch.common.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
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(Class... classesToSkip) |
PrivateBinder |
PrivateBinder.withSource(Object source) |
Copyright © 2009–2015. All rights reserved.