Annotation Type ServiceDescription
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface ServiceDescription
Component Property Type for theservice.descriptionservice property.This annotation can be used on a
Componentto declare the value of theConstants.SERVICE_DESCRIPTIONservice property.- Since:
- 1.4
- See Also:
- "Component Property Types"
-
-
Element Detail
-
value
String value
Service property identifying a service's description.- Returns:
- The service description.
- See Also:
Constants.SERVICE_DESCRIPTION
-
-