public abstract @interface

SerId

implements Annotation
com.pnfsoftware.jeb.util.serialization.annotations.SerId

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation