org.jpox.annotations
Annotation Type Implements


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Implements

Annotation for the interfaces implemented by a class. Maps across to the JDO2 element "implements".

Version:
$Revision: 1.2 $

Required Element Summary
 java.lang.String[] value
          Interfaces implemented by this PersistenceCapable (class names of the interfaces).
 

Element Detail

value

public abstract java.lang.String[] value
Interfaces implemented by this PersistenceCapable (class names of the interfaces).



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