| Package | Description |
|---|---|
| com.google.inject.binder |
Interfaces which make up
Binder's
expression language. |
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| Modifier and Type | Method and Description |
|---|---|
ConstantBindingBuilder |
AnnotatedConstantBindingBuilder.annotatedWith(java.lang.annotation.Annotation annotation)
See the EDSL examples at
Binder. |
ConstantBindingBuilder |
AnnotatedConstantBindingBuilder.annotatedWith(java.lang.Class<? extends java.lang.annotation.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(java.lang.annotation.Annotation annotation) |
ConstantBindingBuilder |
ConstantBindingBuilderImpl.annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |