ObjectDB ObjectDB

javax.jdo.annotations.NotPersistent - JDO annotation

javax.jdo.annotations
Annotation NotPersistent

Target:
Fields (including property get methods)
Annotation to specify that the member is not persistent. If used, this is the only JDO annotation allowed on a member. This corresponds to the xml attribute persistence-modifier="none" of the "field" and "property" elements.
Since:
JDO 2.1
This annotation is a marker annotation (with no elements).