Annotation Type Order


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Order
Used to specify the relative priority of a service implementation
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The priority of the implementation
  • Element Details

    • value

      The priority of the implementation
      Returns:
      Priority
      Default:
      SOON