GroupId: | eu.hlavki.netbeans |
ArtifactId: | netbeans-svuid-generator |
Author: | Michal Hlaváč |
License: | Apache License, Version 2.0 |
Homepage: | https://github.com/hlavki/netbeans-svuid-generator/ |
2022-05-25 2024-08-29 955
Code Generation Editing
Plugin version | NetBeans compatible |
---|---|
3.0 | NB 13 - Verification failed |
3.1 | NB 23 - Verified NB 22 - Verified |
The serialVersionUID Generator is NetBeans plugin designed for Java developers who need to work with Serializable classes. This plugin automates the generation of the serialVersionUID
field, ensuring that your serialized objects maintain compatibility across different versions of your classes.
serialVersionUID
field for any class implementing the Serializable
interface.serialVersionUID
, speeding up your development process.serialVersionUID
fields.serialVersionUID
field as you code or use code hint.