Annotation Interface ServiceRanking


@BeanPropertyType @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER,TYPE}) public @interface ServiceRanking
Bean Property Type for the service.ranking service property.

This annotation can be used as defined by BeanPropertyType to declare the value of the Constants.SERVICE_RANKING service property.

See Also:
  • "Bean Property Types"
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    Service property identifying a service's ranking.
  • Element Details

    • value

      int value
      Service property identifying a service's ranking.
      Returns:
      The service ranking.
      See Also: