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