Interface AnnotatedElementBuilder


  • public interface AnnotatedElementBuilder
    See the EDSL examples at Binder.
    Since:
    2.0
    • Method Detail

      • annotatedWith

        void annotatedWith​(Class<? extends Annotation> annotationType)
        See the EDSL examples at Binder.
      • annotatedWith

        void annotatedWith​(Annotation annotation)
        See the EDSL examples at Binder.