Uses of Interface
org.atmosphere.util.annotation.AnnotationDetector.Reporter

Packages that use AnnotationDetector.Reporter
org.atmosphere.util.annotation   
 

Uses of AnnotationDetector.Reporter in org.atmosphere.util.annotation
 

Subinterfaces of AnnotationDetector.Reporter in org.atmosphere.util.annotation
static interface AnnotationDetector.FieldReporter
          A Reporter for field annotations.
static interface AnnotationDetector.MethodReporter
          A Reporter for method annotations.
static interface AnnotationDetector.TypeReporter
          A Reporter for type annotations.
 

Constructors in org.atmosphere.util.annotation with parameters of type AnnotationDetector.Reporter
AnnotationDetector(AnnotationDetector.Reporter reporter)
          Create a new AnnotationDetector, reporting the detected annotations to the specified Reporter.
 



Copyright © 2014. All Rights Reserved.