@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@Documented
public @interface AutoConfigureOrder
@Order
annotation. Allows auto-configuration classes to be ordered among themselves without
affecting the order of configuration classes passed to
AnnotationConfigApplicationContext.register(Class...).| Modifier and Type | Fields and Description |
|---|---|
static int |
DEFAULT_ORDER |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
The order value.
|