Package org.atmosphere.util.annotation
Interface AnnotationDetector.MethodReporter
- All Superinterfaces:
AnnotationDetector.Reporter
- Enclosing class:
AnnotationDetector
A
Reporter for method annotations.-
Method Summary
Modifier and TypeMethodDescriptionvoidreportMethodAnnotation(Class<? extends Annotation> annotation, String className, String methodName) This call back method is used to report an method levelAnnotation.Methods inherited from interface org.atmosphere.util.annotation.AnnotationDetector.Reporter
annotations
-
Method Details
-
reportMethodAnnotation
void reportMethodAnnotation(Class<? extends Annotation> annotation, String className, String methodName) This call back method is used to report an method levelAnnotation. OnlyAnnotations, specified byAnnotationDetector.Reporter.annotations()are reported!
-