public abstract @interface

SerDisabled

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

Class Overview

Explicitly mark a type and all its descendants as non-serializable. This annotation is used to remove the serializability ambiguity for types having a serializable super-type.

Summary

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