Annotation Type ServiceDescription
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface ServiceDescription
Component Property Type for theservice.description
service property.This annotation can be used on a
Component
to declare the value of theConstants.SERVICE_DESCRIPTION
service property.- Since:
- 1.4
- Author:
- $Id: d9a19b2ee3831a712e974edc1ee89b8f626a8b03 $
- See Also:
- "Component Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Service property identifying a service's description.
-