Class AuthorizedAnnotationProcessor


  • @Interceptor
    @Authorized
    @Priority(2000)
    public class AuthorizedAnnotationProcessor
    extends Object
    A processor working on the classes that are annotated with the @Authorized annotation.
    • Constructor Detail

      • AuthorizedAnnotationProcessor

        public AuthorizedAnnotationProcessor()
    • Method Detail

      • processAuthorization

        public Object processAuthorization​(javax.interceptor.InvocationContext context)
                                    throws Exception
        Throws:
        Exception