Interface ClassAnnotationHandler


  • public interface ClassAnnotationHandler
    Interface defining a handler for class annotations.
    • Method Detail

      • processClassAnnotation

        void processClassAnnotation​(AnnotationObject annotation,
                                    AbstractClassMetaData cmd,
                                    ClassLoaderResolver clr)
        Method to process a class level annotation.
        Parameters:
        annotation - The annotation
        cmd - Metadata for the class to update with any necessary information.
        clr - ClassLoader resolver