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


public interface AspectJAnnotationCallback

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

Version:
$Id$
Author:
Mike Wiesner

Method Summary
 java.lang.Object proceedWithObject()
           
 

Method Detail

proceedWithObject

java.lang.Object proceedWithObject()
                                   throws java.lang.Throwable
Throws:
java.lang.Throwable