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 Summary
FieldsModifier 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 Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
HIGHEST_PRECEDENCE
public static final int HIGHEST_PRECEDENCEDefines the highest precedence forOrderedor annotated withOrderbeans of the Jmix modules.- See Also:
 
 - 
LOWEST_PRECEDENCE
public static final int LOWEST_PRECEDENCEDefines the lowest precedence forOrderedor annotated withOrderbeans of the Jmix modules.- See Also:
 
 
 - 
 - 
Constructor Details
- 
JmixOrder
public JmixOrder() 
 -