Generated by
JDiff

Package org.springframework.core.annotation

Added Classes
AnnotatedElementUtils Utility class used to collect all annotation values including those declared on meta-annotations.
 

Changed Classes
AnnotationAwareOrderComparator java.util.Comparator implementation that checks org.springframework.core.Ordered as well as the Order annotation, with an order value provided by an {@code Ordered} instance overriding a statically defined annotation value (if any).
AnnotationUtils General utility methods for working with annotations, handling bridge methods (which the compiler generates for generic declarations) as well as super methods (for optional "annotation inheritance").