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