Eclipse nicely generates the serialVersionUID for me. But this seems to be passive code generation as the id won\'t be automatically updated as I change the file unless I do
You could update the serial version at build time with the Ant SerialVer task.