Package org.immutables.serial
Annotation Type Serial.Version
-
@Target({TYPE,PACKAGE,ANNOTATION_TYPE}) public static @interface Serial.VersionCould be applied to types, enclosing types, enclosing packages and as meta-annotation. Specify serial version over enclosing types. It has an effect of also making them implement serializable if they don't already. May be used in combination withSerial.Structural, but it is not strictly needed if structural is present.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description longvalue
-