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