openrewrite / rewrite-migrate-java

OpenRewrite recipes for migrating to newer versions of Java.
Apache License 2.0
98 stars 67 forks source link

Java 14+ : add `@Serial` annotation to `serialVersionUID` fields #96

Open yeikel opened 2 years ago

yeikel commented 2 years ago

Relevant : https://mail.openjdk.java.net/pipermail/core-libs-dev/2021-September/081364.html https://stackoverflow.com/questions/63783474/what-is-the-use-of-serial-annotation-as-of-java-14

melloware commented 3 months ago

+1 for this. Dont know how easy this would be though.