org.springframework.security.access.intercept.aspectj
Interface AspectJCallback


public interface AspectJCallback

Called by the AspectJSecurityInterceptor when it wishes for the AspectJ processing to continue. Typically implemented in the around() advice as a simple return proceed(); statement.

Version:
$Id: AspectJCallback.java 3655 2009-05-11 05:44:31Z ltaylor $
Author:
Ben Alex

Method Summary
 Object proceedWithObject()
           
 

Method Detail

proceedWithObject

Object proceedWithObject()


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.