Annotation Type ServiceVendor


  • @BeanPropertyType
    @Retention(RUNTIME)
    @Target({FIELD,METHOD,PARAMETER,TYPE})
    public @interface ServiceVendor
    Bean Property Type for the service.vendor service property.

    This annotation can be used as defined by BeanPropertyType to declare the value of the Constants.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.
    • Element Detail

      • value

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