ObjectDB ObjectDB

javax.jdo.annotations.Extension - JDO annotation

javax.jdo.annotations
Annotation Extension

Target:
Classes and fields (including property get methods)
Annotation for a JDO vendor extension. Corresponds to the xml element "extension".
Since:
JDO 2.1
String key
The key for the extension (required).
The key for the extension (required).
Returns:
the key
Since:
JDO 2.1
String value
The value for the extension (required).
The value for the extension (required).
Returns:
the value
Since:
JDO 2.1
String vendorName
Vendor that the extension applies to (required).
Vendor that the extension applies to (required).
Returns:
the vendor
Since:
JDO 2.1