Interface AnnotationParser.Handler
- All Known Implementing Classes:
 AbstractDiscoverableAnnotationHandler, AbstractDiscoverableAnnotationHandler, AbstractDiscoverableAnnotationHandler, AbstractDiscoverableAnnotationHandler, AnnotationParser.AbstractHandler, ClassInheritanceHandler, ContainerInitializerAnnotationHandler, ContainerInitializerAnnotationHandler, ContainerInitializerAnnotationHandler, ContainerInitializerAnnotationHandler, WebFilterAnnotationHandler, WebFilterAnnotationHandler, WebFilterAnnotationHandler, WebFilterAnnotationHandler, WebListenerAnnotationHandler, WebListenerAnnotationHandler, WebListenerAnnotationHandler, WebListenerAnnotationHandler, WebServletAnnotationHandler, WebServletAnnotationHandler, WebServletAnnotationHandler, WebServletAnnotationHandler
- Enclosing class:
 AnnotationParser
public static interface AnnotationParser.Handler
Signature for all handlers that respond to parsing class files.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AnnotationParser.ClassInfo classInfo) voidhandle(AnnotationParser.ClassInfo info, String annotationName) voidhandle(AnnotationParser.FieldInfo fieldInfo) voidhandle(AnnotationParser.FieldInfo info, String annotationName) voidhandle(AnnotationParser.MethodInfo methodInfo) voidhandle(AnnotationParser.MethodInfo info, String annotationName)  
- 
Method Details
- 
handle
 - 
handle
 - 
handle
 - 
handle
 - 
handle
 - 
handle
 
 -