Package | Description |
---|---|
com.google.inject.binder |
Interfaces which make up
Binder 's expression language. |
com.google.inject.internal |
Guice (sounds 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 © 2006–2018 Google, Inc.. All rights reserved.