Generated by
JDiff

Class org.springframework.util.ClassUtils

Added Methods
String getPackageName(String) Determine the name of the package of the given fully-qualified class name, e.g.
 

Changed Methods
Method getMostSpecificMethod(Method, Class<?>) Documentation changed from old to new.
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one.
String getPackageName(Class<?>) Documentation changed from old to new.
Determine the name of the package of the given class, e.g.