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