@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) 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.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.