Interface AnnotationFinder


public interface AnnotationFinder
  • Method Summary

    Modifier and Type
    Method
    Description
    <A extends Annotation>
    A
    find(Class<A> annotationType, boolean findOverMethod, boolean findOverControllerClass)
     
  • Method Details

    • find

      <A extends Annotation> A find(@Nullable Class<A> annotationType, boolean findOverMethod, boolean findOverControllerClass)