org.atmosphere.util.annotation
Interface AnnotationDetector.TypeReporter
- All Superinterfaces:
- AnnotationDetector.Reporter
- Enclosing class:
- AnnotationDetector
public static interface AnnotationDetector.TypeReporter
- extends AnnotationDetector.Reporter
A Reporter for type annotations.
reportTypeAnnotation
void reportTypeAnnotation(Class<? extends Annotation> annotation,
String className)
- This call back method is used to report an type level
Annotation.
Only Annotations, specified by AnnotationDetector.Reporter.annotations() are reported!
Copyright © 2014. All Rights Reserved.