public abstract @interface

SerTransient

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

Class Overview

Used to mark a field as explicitly transient - i.e., a field not annotated with SerId. This will prevent the serializer from generating "field Xxx is implicitly transient" warning messages.

All instance fields of a serializable type should be marked either SerId or SerTransient.

Summary

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