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 Link icon

    Modifier and Type
    Method
    Description
    void
    handle(Class<?> clazz)
     
  • Method Details Link icon

    • handle Link icon

      void handle(Class<?> clazz)