Package io.jmix.core

Class JmixOrder

java.lang.Object
io.jmix.core.JmixOrder

public class JmixOrder extends Object
Defines constants for higher and lower precedence for Ordered or annotated with Order beans of the Jmix modules.
  • Field Details

    • HIGHEST_PRECEDENCE

      public static final int HIGHEST_PRECEDENCE
      Defines the highest precedence for Ordered or annotated with Order beans of the Jmix modules.
      See Also:
    • LOWEST_PRECEDENCE

      public static final int LOWEST_PRECEDENCE
      Defines the lowest precedence for Ordered or annotated with Order beans of the Jmix modules.
      See Also:
  • Constructor Details

    • JmixOrder

      public JmixOrder()