Interface AspectJCallback
-
public interface AspectJCallback
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 Modifier and Type Method Description java.lang.Object
proceedWithObject()
-