JDO Annotation

Extension

Target: ElementType.TYPE, ElementType.FIELD, ElementType.METHOD
Implemented Interfaces:
Annotation

Annotation for a JDO vendor extension. Corresponds to the xml element "extension".
Since:
JDO 2.1

Public Annotation Attributes

String key default null
The key for the extension (required).
Since:
JDO 2.1
String value default null
The value for the extension (required).
Since:
JDO 2.1
String vendorName default null
Vendor that the extension applies to (required).
Since:
JDO 2.1