public interface OrderedBean extends AutoRegister
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
Sets the order to load the bean which implements this method compared
to other beans of the same type, lower orders (numbers) will be loaded first
(i.e. order 1 will appear before order 3 in the list) and the
orders do not have to be consecutive (there can be gaps),
2 beans with the same order or beans with no order set will be ordered randomly
|
int getOrder()
Copyright © 2023. All rights reserved.