eu.infomas.annotation
Interface AnnotationDetector.MethodReporter

All Superinterfaces:
AnnotationDetector.Reporter
Enclosing class:
AnnotationDetector

public static interface AnnotationDetector.MethodReporter
extends AnnotationDetector.Reporter


Method Summary
 void reportMethodAnnotation(Class<? extends Annotation> annotation, String className, String methodName)
          This call back method is used to report an method level Annotation.
 
Methods inherited from interface eu.infomas.annotation.AnnotationDetector.Reporter
annotations
 

Method Detail

reportMethodAnnotation

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



Copyright © 2011 XIAM Solutions B.V.. All Rights Reserved.