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 the
AspectJMethodSecurityInterceptor
when it wishes for the AspectJ
processing to continue. Typically implemented in the around()
advice as a
simple return proceed();
statement.-
Method Summary
-
Method Details
-
proceedWithObject
Object proceedWithObject()Deprecated.
-