@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface AutoInitialize
Initializable
interface.Modifier and Type | Optional Element and Description |
---|---|
int |
initOrder
The order which is used to initialize the auto initializable beans by the project-x framework.
|
public abstract int initOrder
AutoInitialize
annotation with lower numeric value will be guaranteed to initialize before the same
with a higher numeric value. Given 2 beans with the same numeric value for init order, the initialization order
of those beans are not predictable.Copyright © 2016–2019 AdroitLogic. All rights reserved.