Generated by
JDiff

Class org.springframework.core.annotation.AnnotationAwareOrderComparator

Added Methods
Integer findOrder(Object) This implementation checks for the Order annotation on various kinds of elements, in addition to the org.springframework.core.Ordered check in the superclass.
Integer getPriority(Object) This implementation checks retrieves a javax.annotation.Priority value, allowing for additional semantics over the regular Order annotation: typically, selecting one object over another in case of multiple matches but only one object to be returned.
 

Changed Methods
int getOrder(Object) Method was locally defined, but is now inherited from OrderComparator. Determine the order value for the given object.