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