Class AspectjAnnotationsAuthorizingMethodInterceptor

    • Method Detail

      • performBeforeInterception

        protected void performBeforeInterception​(org.aspectj.lang.JoinPoint aJoinPoint)
                                          throws Throwable
        Performs the method interception of the before advice at the specified joint point.
        Parameters:
        aJoinPoint - The joint point to intercept.
        Throws:
        Throwable - If an error occurs berforming the method invocation.