Package org.atmosphere.util.annotation
Interface AnnotationDetector.Reporter
-
- All Known Subinterfaces:
AnnotationDetector.FieldReporter,AnnotationDetector.MethodReporter,AnnotationDetector.TypeReporter
- Enclosing class:
- AnnotationDetector
public static interface AnnotationDetector.ReporterReporteris the base interface, used to report the detected annotations. Every category of annotations (i.e. Type, Field and Method) has its own specialized interface. This enables an efficient way of reporting the detected annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>[]annotations()Return theAnnotationclasses which must be reported (all other annotations are skipped).
-