The
Priority
annotation can be applied to classes to indicate
in what order they should be returned via @BeanScope.listByPriority(Class)
.
Beans can be returned using other Priority annotation such as javax.annotation.Priority
or any custom priority annotation that has an int value()
attribute.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
int value
-