Annotation Type ServiceRanking
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface ServiceRanking
Component Property Type for theservice.rankingservice property.This annotation can be used on a
Componentto declare the value of theConstants.SERVICE_RANKINGservice property.- Since:
- 1.4
- See Also:
- "Component Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueService 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
-
-