Package org.eclipse.jetty.annotations
Class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- java.lang.Object
-
- org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
- All Implemented Interfaces:
AnnotationIntrospector.IntrospectableAnnotationHandler
- Direct Known Subclasses:
DeclareRolesAnnotationHandler
,MultiPartConfigAnnotationHandler
,PostConstructAnnotationHandler
,PreDestroyAnnotationHandler
,ResourceAnnotationHandler
,ResourcesAnnotationHandler
,RunAsAnnotationHandler
,ServletSecurityAnnotationHandler
- Enclosing class:
- AnnotationIntrospector
public abstract static class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler extends java.lang.Object implements AnnotationIntrospector.IntrospectableAnnotationHandler
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation. A handler can optionally introspect the parent hierarchy of a class.
-
-
Constructor Summary
Constructors Constructor Description AbstractIntrospectableAnnotationHandler(boolean introspectAncestors)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
doHandle(java.lang.Class<?> clazz)
void
handle(java.lang.Class<?> clazz)
-
-
-
Method Detail
-
doHandle
public abstract void doHandle(java.lang.Class<?> clazz)
-
handle
public void handle(java.lang.Class<?> clazz)
- Specified by:
handle
in interfaceAnnotationIntrospector.IntrospectableAnnotationHandler
-
-