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