See: Description
| Class | Description |
|---|---|
| AnnotatedElementUtils |
Utility class used to collect all annotation values including those declared on
meta-annotations.
|
| AnnotationAttributes |
LinkedHashMap subclass representing annotation attribute key/value pairs
as read by Spring's reflection- or ASM-based AnnotationMetadata
implementations. |
| AnnotationAwareOrderComparator |
Comparator implementation that checks Spring's
Ordered interface as well as the
Order annotation and the Priority
annotation, with an order value provided by an 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").
|
| OrderUtils |
General utility for determining the order of an object based on its type declaration.
|
| Annotation Type | Description |
|---|---|
| Order |
Annotation that defines ordering.
|