Generated by
JDiff

Package org.springframework.core.annotation

Removed Classes and Interfaces
DefaultOrderProviderComparator A default OrderProviderComparator implementation that uses the value provided by the OrderProvider and fallbacks to AnnotationAwareOrderComparator if none is set.
OrderProvider Strategy interface to provide the order value of a given instance.
OrderProviderComparator Sort a collection of element according to an OrderProvider.
 

Changed Classes
AnnotationAwareOrderComparator java.util.Comparator implementation that checks Spring's org.springframework.core.Ordered interface as well as the Order annotation and the javax.annotation.Priority annotation, with an order value provided by an {@code Ordered} instance overriding a statically defined annotation value (if any).
OrderUtils General utility for determining the order of an object based on its type declaration.