JDO Annotation

EmbeddedOnly

Target: ElementType.TYPE
Implemented Interfaces:
Annotation

Annotation for whether the class is only for persisting embedded into another object. Same as specifying @PersistenceCapable(embeddedOnly="true").
Since:
JDO 2.1
This annotation is a marker annotation (with no attributes).