Annotation Type Order

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      The order value for the annotated method.
    • Element Detail

      • value

        int value
        The order value for the annotated method.

        Methods are ordered based on priority where a lower value has greater priority than a higher value. For example, Integer.MAX_VALUE has the lowest priority.