Generated by
JDiff

Class org.springframework.aop.framework.ReflectiveMethodInvocation

Changed Methods
MethodInvocation invocableClone() Change in return type from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
This implementation returns a shallow copy of this invocation object, including an independent copy of the original arguments array.
MethodInvocation invocableClone(Object[]) Change in return type from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
This implementation returns a shallow copy of this invocation object, using the given arguments array for the clone.