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

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

    • handle

      void handle(Class<?> clazz)