Annotation Type Extension


Annotation for a JDO vendor extension. Corresponds to the xml element "extension".
Since:
2.1
Version:
2.1
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The key for the extension (required).
    The value for the extension (required).
    Vendor that the extension applies to (required).
  • Element Details

    • vendorName

      String vendorName
      Vendor that the extension applies to (required).
      Returns:
      the vendor
    • key

      String key
      The key for the extension (required).
      Returns:
      the key
    • value

      String value
      The value for the extension (required).
      Returns:
      the value