public interface

AspectJCallback

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

Class Overview

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.

Summary

Public Methods
abstract Object proceedWithObject()

Public Methods

public abstract Object proceedWithObject ()