Interface AnnotationDetector.MethodReporter

    • Method Detail

      • reportMethodAnnotation

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