Annotation Type 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.

    Author:
    $Id: 643a27f63c2a6976b47397da579b726fc7e9f0cf $
    See Also:
    "Bean Property Types"
    • Required Element Summary

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

      • value

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