Interface AnnotatedElementBuilder

All Known Implementing Classes:
ExposureBuilder

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

    Modifier and Type
    Method
    Description
    void
     annotation)
    See the EDSL examples at Binder.
    void
    <? extends > annotationType)
    See the EDSL examples at Binder.
  • Method Details

    • annotatedWith

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

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