org.springframework.core.annotation |
Core support package for Java 5 annotations.
|
Java Source File Name | Type | Comment |
AnnotationAwareOrderComparator.java | Class | java.util.Comparator implementation that checks
org.springframework.core.Ordered as well as the
Order annotation, with an order value provided by an
Ordered instance overriding a statically defined
annotation value (if any). |
AnnotationUtils.java | Class | 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"). |
Order.java | Annotation | Annotation to define ordering.
Value is optional, and represents order value as defined
in the Ordered interface. |