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:
-
Required Element Summary
Required ElementsModifier 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:
-