Spring AOP around advice (MethodInterceptor) that wraps
an AspectJ advice method. Exposes ProceedingJoinPoint.
author: Rod Johnson author: Juergen Hoeller since: 2.0
Return the ProceedingJoinPoint for the current invocation,
instantiating it lazily if it hasn't been bound to the thread already.
Parameters: rmi - the current Spring AOP ReflectiveMethodInvocation,which we'll use for attribute binding the ProceedingJoinPoint to make available to advice methods
Fields inherited from org.springframework.aop.aspectj.AbstractAspectJAdvice