Annotation Type ServiceRanking


  • @ComponentPropertyType
    @Retention(CLASS)
    @Target(TYPE)
    public @interface ServiceRanking
    Component Property Type for the service.ranking service property.

    This annotation can be used on a Component to declare the value of the Constants.SERVICE_RANKING service property.

    Since:
    1.4
    See Also:
    "Component 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