Generated by
JDiff

Class org.springframework.util.MethodInvoker

Changed Methods
Class<?> getTargetClass() Change in return type from Class to Class<?>.
Return the target class on which to call the target method.
Class<?> resolveClassName(String) Change in return type from Class to Class<?>.
Resolve the given class name into a Class.
void setTargetClass(Class<?>) Change in signature from Class to Class<?>.
Set the target class on which to call the target method.