Annotation Interface Order


Declares the relative order in which Fluxzero applies interceptors and decorators.

Lower values have higher priority.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Highest precedence value for Fluxzero ordering.
    static final int
    Lowest precedence value for Fluxzero ordering.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The order value of the annotated component.
  • Field Details

    • HIGHEST_PRECEDENCE

      static final int HIGHEST_PRECEDENCE
      Highest precedence value for Fluxzero ordering.
      See Also:
    • LOWEST_PRECEDENCE

      static final int LOWEST_PRECEDENCE
      Lowest precedence value for Fluxzero ordering.
      See Also:
  • Element Details

    • value

      int value
      The order value of the annotated component.

      Lower values have higher priority.

      Returns:
      the order value