Annotation Type ServiceDescription
-
@BeanPropertyType @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER,TYPE}) public @interface ServiceDescription
Bean Property Type for theservice.descriptionservice property.This annotation can be used as defined by
BeanPropertyTypeto declare the value theConstants.SERVICE_DESCRIPTIONservice property.- Author:
- $Id: a52bee8c551cc4b82f67033eb8e26ac92c183143 $
- See Also:
- "Bean Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueService property identifying a service's description.
-