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.