Interface AnnotationDetector.TypeReporter

    • Method Detail

      • reportTypeAnnotation

        void reportTypeAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
                                  java.lang.String className)
        This call back method is used to report an type level Annotation. Only Annotations, specified by AnnotationDetector.Reporter.annotations() are reported!