@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 | Optional Element and Description |
---|---|
int |
value
The order value.
|
public abstract int value
Ordered.LOWEST_PRECEDENCE
.Ordered.getOrder()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.