Interface AnnotatedConstantBindingBuilder
-
- All Known Implementing Classes:
ConstantBindingBuilderImpl
public interface AnnotatedConstantBindingBuilder
See the EDSL examples atBinder
.
-
-
Method Summary
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
.
-
-