Interface AspectJCallback


public interface AspectJCallback
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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • proceedWithObject

      Object proceedWithObject()