Interface AspectJCallback
-
@Deprecated public interface AspectJCallback
Deprecated.This class will be removed from the public API. Please either use `spring-security-aspects`, Spring Security's method security support or create your own class that uses Spring AOP annotations.Called by theAspectJMethodSecurityInterceptor
when it wishes for the AspectJ processing to continue. Typically implemented in thearound()
advice as a simplereturn proceed();
statement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Object
proceedWithObject()
Deprecated.
-