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.