JDO Annotation

Serialized

Target: ElementType.FIELD, ElementType.METHOD
Implemented Interfaces:
Annotation

Annotation on a member (field or property) to indicate that the member is stored serialized. Such a member cannot be queried using JDOQL. Corresponds to xml attribute "serialized" in "field" and "property" elements. This is the same as specifying @Persistent(serialized="true").
Since:
JDO 2.1
This annotation is a marker annotation (with no attributes).