Interface AnnotatedElementBuilder
- All Known Implementing Classes:
ExposureBuilder
public interface AnnotatedElementBuilder
See the EDSL examples at
Binder
.- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
annotatedWith(Annotation annotation)
See the EDSL examples atBinder
.void
annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples atBinder
.