| Package | Description |
|---|---|
| org.elasticsearch.common.inject.binder |
Interfaces which make up
Binder's
expression language. |
| org.elasticsearch.common.inject.internal |
Guice (sounds like like "juice")
|
| Modifier and Type | Method and Description |
|---|---|
ConstantBindingBuilder |
AnnotatedConstantBindingBuilder.annotatedWith(Annotation annotation)
See the EDSL examples at
Binder. |
ConstantBindingBuilder |
AnnotatedConstantBindingBuilder.annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples at
Binder. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantBindingBuilderImpl<T>
Bind a constant.
|
| Modifier and Type | Method and Description |
|---|---|
ConstantBindingBuilder |
ConstantBindingBuilderImpl.annotatedWith(Annotation annotation) |
ConstantBindingBuilder |
ConstantBindingBuilderImpl.annotatedWith(Class<? extends Annotation> annotationType) |
Copyright © 2009–2017. All rights reserved.