Adds a default serial version ID to the selected type. Use this option to add a user-defined ID in combination with custom serialization code if the type did undergo structural changes since its first release. code example
Example: serialversionuid java
ANY-ACCESS-MODIFIER static final long serialVersionUID = 42L;