@ComponentPropertyType @Retention(value=CLASS) @Target(value=TYPE) public @interface ServiceVendor
service.vendor service property.
This annotation can be used on a Component to declare the value of
the Constants.SERVICE_VENDOR service property.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Service property identifying a service's vendor.
|