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


public interface AspectJAnnotationCallback

Called by the AspectJAnnotationSecurityInterceptor when it wishes for the AspectJ processing to continue.

Version:
$Id: AspectJAnnotationCallback.java 3655 2009-05-11 05:44:31Z ltaylor $
Author:
Mike Wiesner

Method Summary
 Object proceedWithObject()
           
 

Method Detail

proceedWithObject

Object proceedWithObject()
                         throws Throwable
Throws:
Throwable


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