Package com.google.inject.binder
Interface AnnotatedConstantBindingBuilder
-
public interface AnnotatedConstantBindingBuilder
See the EDSL examples atBinder
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstantBindingBuilder
annotatedWith(Annotation annotation)
See the EDSL examples atBinder
.ConstantBindingBuilder
annotatedWith(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
.
-
-