Annotation Type ServiceDescription


@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface ServiceDescription
Component Property Type for the service.description service property.

This annotation can be used on a Component to declare the value of the Constants.SERVICE_DESCRIPTION service property.

Since:
1.4
Author:
$Id: b57628578b40c0b989a0736dfc5eafdcc73f2bab $
See Also:
  • "Component Property Types"
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Service property identifying a service's description.
  • Element Details

    • value

      String value
      Service property identifying a service's description.
      Returns:
      The service description.
      See Also:
      • Constants.SERVICE_DESCRIPTION