Class ExcludeClassInterceptorsHandler

  • All Implemented Interfaces:
    org.glassfish.apf.AnnotationHandler

    @Service
    public class ExcludeClassInterceptorsHandler
    extends AbstractAttributeHandler
    This handler is responsible for handling the jakarta.ejb.ExcludeClassInterceptors annotation.
    • Constructor Detail

      • ExcludeClassInterceptorsHandler

        public ExcludeClassInterceptorsHandler()
    • Method Detail

      • processAnnotation

        protected org.glassfish.apf.HandlerProcessingResult processAnnotation​(org.glassfish.apf.AnnotationInfo ainfo,
                                                                              com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)
                                                                       throws org.glassfish.apf.AnnotationProcessorException
        Description copied from class: AbstractAttributeHandler
        Process Annotation with given EjbContexts.
        Specified by:
        processAnnotation in class AbstractAttributeHandler
        Returns:
        HandlerProcessingResult
        Throws:
        org.glassfish.apf.AnnotationProcessorException
      • getTypeDependencies

        public Class<? extends Annotation>[] getTypeDependencies()
        Specified by:
        getTypeDependencies in interface org.glassfish.apf.AnnotationHandler
        Overrides:
        getTypeDependencies in class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
        Returns:
        an array of annotation types this annotation handler would require to be processed (if present) before it processes it's own annotation type.