Annotation Type ServiceRanking
-
@BeanPropertyType @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER,TYPE}) public @interface ServiceRanking
Bean Property Type for theservice.ranking
service property.This annotation can be used as defined by
BeanPropertyType
to declare the value of theConstants.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.
-