Generated by
JDiff

Package org.springframework.core

Added Classes and Interfaces
DecoratingProxy Interface to be implemented by decorating proxies, in particular Spring AOP proxies but potentially also custom proxies with decorator semantics.
MethodClassKey A common key class for a method against a specific target class, including .toString() representation and Comparable support (as suggested for custom {@code HashMap} keys as of Java 8).
 

Changed Classes
MethodParameter Helper class that encapsulates the specification of a method parameter, i.e.