Package org.eclipse.jetty.annotations
Interface AnnotationIntrospector.IntrospectableAnnotationHandler
-
- All Known Implementing Classes:
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler,DeclareRolesAnnotationHandler,MultiPartConfigAnnotationHandler,PostConstructAnnotationHandler,PreDestroyAnnotationHandler,ResourceAnnotationHandler,ResourcesAnnotationHandler,RunAsAnnotationHandler,ServletSecurityAnnotationHandler
- Enclosing class:
- AnnotationIntrospector
public static interface AnnotationIntrospector.IntrospectableAnnotationHandlerIntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(Class<?> clazz)
-
-
-
Method Detail
-
handle
void handle(Class<?> clazz)
-
-