# Annotation: com.pnfsoftware.jeb.util.serialization.annotations.SerDeprecatedEnumField

Used to annotate serializable enum fields that are deprecated. Enum classes may expose a `currentValues()` method, whose behavior is similar to the standard `values()` method but for which deprecated entries are not returned.  

 Implementation note: because of how enums are serialized, entries of a serialized enum cannot be directly removed.

