org.atmosphere.util.annotation
Interface AnnotationDetector.TypeReporter

All Superinterfaces:
AnnotationDetector.Reporter
Enclosing class:
AnnotationDetector

public static interface AnnotationDetector.TypeReporter
extends AnnotationDetector.Reporter

A Reporter for type annotations.


Method Summary
 void reportTypeAnnotation(Class<? extends Annotation> annotation, String className)
          This call back method is used to report an type level Annotation.
 
Methods inherited from interface org.atmosphere.util.annotation.AnnotationDetector.Reporter
annotations
 

Method Detail

reportTypeAnnotation

void reportTypeAnnotation(Class<? extends Annotation> annotation,
                          String className)
This call back method is used to report an type level Annotation. Only Annotations, specified by AnnotationDetector.Reporter.annotations() are reported!



Copyright © 2014. All Rights Reserved.