Package org.atmosphere.util.annotation
Interface AnnotationDetector.TypeReporter
-
- All Superinterfaces:
AnnotationDetector.Reporter
- Enclosing class:
- AnnotationDetector
public static interface AnnotationDetector.TypeReporter extends AnnotationDetector.Reporter
AReporterfor type annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportTypeAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.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 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 levelAnnotation. OnlyAnnotations, specified byAnnotationDetector.Reporter.annotations()are reported!
-
-