注释类型 AutoConfigureOrder
@Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) @Documented public @interface AutoConfigureOrder
Auto-configuration specific variant of Spring Framework'sOrderannotation. Allows auto-configuration classes to be ordered among themselves without affecting the order of configuration classes passed toAnnotationConfigApplicationContext.register(Class...).- 从以下版本开始:
- 1.3.0
字段概要
字段 修饰符和类型 字段 说明 static intDEFAULT_ORDER
可选元素概要
可选元素 修饰符和类型 可选元素 说明 intvalueThe order value.
字段详细资料
DEFAULT_ORDER
static final int DEFAULT_ORDER
元素详细资料
value
int value
The order value. Default is0.- 返回:
- the order value
- 另请参阅:
Ordered.getOrder()
- 默认值:
- 0