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.IntrospectableAnnotationHandler
IntrospectableAnnotationHandler 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 void
handle(java.lang.Class<?> clazz)
-