com.pnfsoftware.jeb.util.serialization.annotations.SerId |
Annotate fields that should be persisted. Do not use in conjunction with 'transient'. Valid identifier values are positive values. Fields of a same class should have unique identifiers whose value should remain persistent across the class update history.
All instance fields of a serializable type should be marked either SerId
or
SerTransient
.
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
|