Generated by
JDiff

Class org.springframework.util.ReflectionUtils

Changed Fields
FieldFilter COPYABLE_FIELDS Change from non-final to final.
Pre-built FieldFilter that matches all non-static, non-final fields.
MethodFilter NON_BRIDGED_METHODS Change from non-final to final.
Pre-built MethodFilter that matches all non-bridge methods.
MethodFilter USER_DECLARED_METHODS Change from non-final to final.
Pre-built MethodFilter that matches all non-bridge methods which are not declared on {@code java.lang.Object}.