Package | Description |
---|---|
org.springframework.core |
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
|
org.springframework.core.annotation |
Core support package for Java 5 annotations.
|
Modifier and Type | Field and Description |
---|---|
static OrderComparator |
OrderComparator.INSTANCE
Shared default instance of OrderComparator.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationAwareOrderComparator
Comparator implementation that checks
Ordered as well as the
Order annotation, with an order value provided by an
Ordered instance overriding a statically defined
annotation value (if any). |
Copyright © 2015. All rights reserved.