| 程序包 | 说明 |
|---|---|
| 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 annotations, meta-annotations, and composed
annotations with attribute overrides.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static OrderComparator |
OrderComparator.INSTANCE
Shared default instance of
OrderComparator. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AnnotationAwareOrderComparator
AnnotationAwareOrderComparator is an extension of
OrderComparator that supports Spring's
Ordered interface as well as the
@Order and @Priority
annotations, with an order value provided by an Ordered
instance overriding a statically defined annotation value (if any). |