public static interface AnnotationDetector.FieldReporter extends AnnotationDetector.Reporter
Reporter
for field annotations.Modifier and Type | Method and Description |
---|---|
void |
reportFieldAnnotation(Class<? extends Annotation> annotation,
String className,
String fieldName)
This call back method is used to report an field level
Annotation . |
annotations
void reportFieldAnnotation(Class<? extends Annotation> annotation, String className, String fieldName)
Annotation
.
Only Annotation
s, specified by AnnotationDetector.Reporter.annotations()
are reported!Copyright © 2012-2015. All Rights Reserved.