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.
author: Ben Alex version: $Id: AspectJCallback.java 1784 2007-02-24 21:00:24Z luke_t $