Annotation Type 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...).- Since:
- 1.3.0
Field Summary
Fields Modifier and Type Fields Description static intDEFAULT_ORDER
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvalueThe order value.
Field Detail
DEFAULT_ORDER
static final int DEFAULT_ORDER
Element Detail
value
int value
The order value. Default is0.- Returns:
- the order value
- See Also:
Ordered.getOrder()
- Default:
- 0