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