An open API service indexing awesome lists of open source software.

https://github.com/ow2-proactive/gradle-serialver

Gradle plugin to insert/update serialVersionUID field in Serializable classes
https://github.com/ow2-proactive/gradle-serialver

Last synced: 13 days ago
JSON representation

Gradle plugin to insert/update serialVersionUID field in Serializable classes

Awesome Lists containing this project

README

        

# serialver-gradle

A gradle task to insert/replace the `serialVersionUID` field in
`Serializable` classes.

The `serialVersionUID` is injected directly in the generated bytecode.

## Acknowledgement

Using [Gradle Javassist Plugin](https://github.com/darylteo/javassist-gradle-plugin) by darylteo