Annotation Type Priority


@Target(TYPE) @Retention(RUNTIME) public @interface Priority
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The value indicates the priority of the service provider.
  • Element Details

    • value

      int value
      The value indicates the priority of the service provider. A lower value gives higher priority, i.e. priority 1 is highest.
      Returns:
      the provider's priority
      Default:
      20