Annotation Type ServiceVendor
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface ServiceVendor
Component Property Type for theservice.vendorservice property.This annotation can be used on a
Componentto declare the value of theConstants.SERVICE_VENDORservice property.- Since:
- 1.4
- See Also:
- "Component Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueService property identifying a service's vendor.
-