Class AnnotationParser.AbstractHandler
java.lang.Object
org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
- All Implemented Interfaces:
AnnotationParser.Handler
- Direct Known Subclasses:
AbstractDiscoverableAnnotationHandler
,ClassInheritanceHandler
,ContainerInitializerAnnotationHandler
- Enclosing class:
- AnnotationParser
public abstract static class AnnotationParser.AbstractHandler
extends Object
implements AnnotationParser.Handler
Convenience base class to provide no-ops for all Handler methods.
-
Constructor Summary
-
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)
-
Constructor Details
-
AbstractHandler
public AbstractHandler()
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
-