public static interface AnnotationDetector.MethodReporter extends AnnotationDetector.Reporter
Reporter for method annotations.| Modifier and Type | Method and Description | 
|---|---|
void | 
reportMethodAnnotation(Class<? extends Annotation> annotation,
                      String className,
                      String methodName)
This call back method is used to report an method level  
Annotation. | 
annotationsvoid reportMethodAnnotation(Class<? extends Annotation> annotation, String className, String methodName)
Annotation.
 Only Annotations, specified by AnnotationDetector.Reporter.annotations() are reported!Copyright © 2012-2015. All Rights Reserved.