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
Modifier and TypeRequired ElementDescriptionint
Service property identifying a service's ranking.
-
Element Details
-
value
int valueService property identifying a service's ranking.- Returns:
- The service ranking.
- See Also:
-