Interface AnnotationReader


  • public interface AnnotationReader
    • Method Detail

      • getAnnotation

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

        <T extends Annotation> boolean isAnnotationPresent​(Class<T> annotationType)