JavaScript is disabled on your browser.
Skip navigation links
JEB API Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.pnfsoftware.jeb.util.serialization.annotations
Annotation Interface SerDisabled
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
SerDisabled
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.