Annotation for specifying theserialVersionUID field of a (serializable) class.
On the JVM, a class with this annotation will receive aprivate,static, andfinal field calledserialVersionUID with the providedvalue, which the JVM's serialization mechanism uses to determine serialization compatibility between different versions of a class.