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