public interface AnnotatedConstantBindingBuilder
Binder.| Modifier and Type | Method and Description |
|---|---|
ConstantBindingBuilder |
annotatedWith(Annotation annotation)
See the EDSL examples at
Binder. |
ConstantBindingBuilder |
annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples at
Binder. |
ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType)
Binder.ConstantBindingBuilder annotatedWith(Annotation annotation)
Binder.