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