|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface ExtensionAnnotation for a JDO vendor extension. Corresponds to the xml element "extension".
| Required Element Summary | |
|---|---|
String |
key
The key for the extension (required). |
String |
value
The value for the extension (required). |
String |
vendorName
Vendor that the extension applies to (required). |
| Element Detail |
|---|
public abstract String vendorName
public abstract String key
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||