Annotation Type ServiceVendor
-
@BeanPropertyType @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER,TYPE}) public @interface ServiceVendor
Bean Property Type for theservice.vendorservice property.This annotation can be used as defined by
BeanPropertyTypeto declare the value of theConstants.SERVICE_VENDORservice property.- Author:
- $Id: 7c7abf1bde6a22a16e232cd39028a122c96aefef $
- See Also:
- "Bean Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueService property identifying a service's vendor.
-