Uses of Interface
org.atmosphere.util.annotation.AnnotationDetector.Reporter
-
Packages that use AnnotationDetector.Reporter Package Description org.atmosphere.util.annotation -
-
Uses of AnnotationDetector.Reporter in org.atmosphere.util.annotation
Subinterfaces of AnnotationDetector.Reporter in org.atmosphere.util.annotation Modifier and Type Interface Description static interfaceAnnotationDetector.FieldReporterAReporterfor field annotations.static interfaceAnnotationDetector.MethodReporterAReporterfor method annotations.static interfaceAnnotationDetector.TypeReporterAReporterfor type annotations.Constructors in org.atmosphere.util.annotation with parameters of type AnnotationDetector.Reporter Constructor Description AnnotationDetector(AnnotationDetector.Reporter reporter)Create a newAnnotationDetector, reporting the detected annotations to the specifiedReporter.
-