Package javax.jdo.annotations
Annotation Type Extension
-
@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) public @interface 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 java.lang.String
key
The key for the extension (required).java.lang.String
value
The value for the extension (required).java.lang.String
vendorName
Vendor that the extension applies to (required).
-