org.jpox.annotations
Annotation Type Extension


@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Extension

Annotation for a JDO extension. Maps across to the JDO2 element "extension".

Version:
$Revision: 1.1 $

Required Element Summary
 java.lang.String key
          The key for the extension.
 java.lang.String value
          The value for the extension.
 java.lang.String vendorName
          Vendor that the extension applies to
 

Element Detail

vendorName

public abstract java.lang.String vendorName
Vendor that the extension applies to


key

public abstract java.lang.String key
The key for the extension.


value

public abstract java.lang.String value
The value for the extension.



Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.