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