public interface AnnotationReader
  • Method Details

    • getAnnotation

      <T extends Annotation> T getAnnotation(Class<T> annotationType)
    • isAnnotationPresent

      <T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
    • getAnnotations

      Annotation[] getAnnotations()