Spring Security Framework

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: AspectJAnnotationCallback.java 3255 2008-08-18 14:47:28Z luke_t $
Author:
Mike Wiesner

Method Summary
 Object proceedWithObject()
           
 

Method Detail

proceedWithObject

Object proceedWithObject()
                         throws Throwable
Throws:
Throwable

Spring Security Framework

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