javax.jdo.annotations
Annotation Type PersistenceAware


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

Annotation to specify that the class is persistence-aware. If used, this is the only JDO annotation allowed on the class. This corresponds to the xml attribute persistence-modifier="persistence-aware" of the "class" element.

Since:
2.1
Version:
2.1



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.