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
Modifier and TypeFieldDescriptionstatic final int
Defines the highest precedence forOrdered
or annotated withOrder
beans of the Jmix modules.static final int
Defines the lowest precedence forOrdered
or annotated withOrder
beans of the Jmix modules. -
Constructor Summary
-
Method Summary
-
Field Details
-
HIGHEST_PRECEDENCE
public static final int HIGHEST_PRECEDENCEDefines the highest precedence forOrdered
or annotated withOrder
beans of the Jmix modules.- See Also:
-
LOWEST_PRECEDENCE
public static final int LOWEST_PRECEDENCEDefines the lowest precedence forOrdered
or annotated withOrder
beans of the Jmix modules.- See Also:
-
-
Constructor Details
-
JmixOrder
public JmixOrder()
-