Package com.google.inject.binder
Interface AnnotatedConstantBindingBuilder
-
- All Known Implementing Classes:
ConstantBindingBuilderImpl
public interface AnnotatedConstantBindingBuilderSee the EDSL examples atBinder.- Author:
- crazybob@google.com (Bob Lee)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstantBindingBuilderannotatedWith(Annotation annotation)See the EDSL examples atBinder.ConstantBindingBuilderannotatedWith(Class<? extends Annotation> annotationType)See the EDSL examples atBinder.
-
-
-
Method Detail
-
annotatedWith
ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples atBinder.
-
annotatedWith
ConstantBindingBuilder annotatedWith(Annotation annotation)
See the EDSL examples atBinder.
-
-