public static interface AnnotationDetector.Reporter
Reporter is 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.| Modifier and Type | Method and Description | 
|---|---|
Class<? extends Annotation>[] | 
annotations()
Return the  
Annotation classes which must be reported (all other
 annotations are skipped). | 
Class<? extends Annotation>[] annotations()
Annotation classes which must be reported (all other
 annotations are skipped).Copyright © 2012-2015. All Rights Reserved.