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