Package io.jmix.core
Class JmixOrder
java.lang.Object
io.jmix.core.JmixOrder
Defines constants for higher and lower precedence for 
Ordered or
 annotated with Order beans of the Jmix modules.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intDefines the highest precedence forOrderedor annotated withOrderbeans of the Jmix modules.static final intDefines the lowest precedence forOrderedor annotated withOrderbeans of the Jmix modules.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
HIGHEST_PRECEDENCEpublic static final int HIGHEST_PRECEDENCEDefines the highest precedence forOrderedor annotated withOrderbeans of the Jmix modules.- See Also:
 
- 
LOWEST_PRECEDENCEpublic static final int LOWEST_PRECEDENCEDefines the lowest precedence forOrderedor annotated withOrderbeans of the Jmix modules.- See Also:
 
 
- 
- 
Constructor Details- 
JmixOrderpublic JmixOrder()
 
-