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(java.lang.annotation.Annotation annotation)
See the EDSL examples atBinder
.ConstantBindingBuilder
annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
See the EDSL examples atBinder
.
-
-
-
Method Detail
-
annotatedWith
ConstantBindingBuilder annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
See the EDSL examples atBinder
.
-
annotatedWith
ConstantBindingBuilder annotatedWith(java.lang.annotation.Annotation annotation)
See the EDSL examples atBinder
.
-
-