Generated by
JDiff

Class org.springframework.aop.interceptor.ExposeInvocationInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Changed Methods
MethodInvocation currentInvocation() Change in return type from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Return the AOP Alliance MethodInvocation object associated with the current invocation.
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.