Interface AnnotationFinder


  • public interface AnnotationFinder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <A extends java.lang.annotation.Annotation>
      A
      find​(java.lang.Class<A> annotationType, boolean findOverMethod, boolean findOverControllerClass)  
    • Method Detail

      • find

        <A extends java.lang.annotation.Annotation> A find​(@Nullable
                                                           java.lang.Class<A> annotationType,
                                                           boolean findOverMethod,
                                                           boolean findOverControllerClass)