Generated by
JDiff

Class org.springframework.util.ClassUtils

Removed Methods
Class<?> forName(String) Replacement for {@code Class.forName()} that also returns Class instances for primitives (like "int") and array class names (like "String[]").
boolean isPresent(String) Determine whether the Class identified by the supplied name is present and can be loaded.
 

Added Methods
boolean isUserLevelMethod(Method) Determine whether the given method is declared by the user or at least pointing to a user-declared method.