@Target(value={ANNOTATION_TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Serialized
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:
- 2.1
- Version:
- 2.1