Annotation Type ServiceVendor


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

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

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

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

    • value

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