Interface AnnotatedConstantBindingBuilder
- All Known Implementing Classes:
ConstantBindingBuilderImpl
public interface AnnotatedConstantBindingBuilder
See the EDSL examples at
Binder.-
Method Summary
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 Details
-
annotatedWith
ConstantBindingBuilder annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)See the EDSL examples atBinder. -
annotatedWith
See the EDSL examples atBinder.
-