Package | Description |
---|---|
org.elasticsearch.common.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
org.elasticsearch.common.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Method and Description |
---|---|
AnnotatedConstantBindingBuilder |
Binder.bindConstant()
See the EDSL examples at
Binder . |
protected AnnotatedConstantBindingBuilder |
PrivateModule.bindConstant() |
protected AnnotatedConstantBindingBuilder |
AbstractModule.bindConstant() |
Modifier and Type | Class and Description |
---|---|
class |
ConstantBindingBuilderImpl<T>
Bind a constant.
|
Copyright © 2009–2015. All rights reserved.