Skip to content

AutoValue release 1.5.3

Compare
Choose a tag to compare
@netdpb netdpb released this 18 Dec 17:04
· 992 commits to main since this release
  • Use @javax.annotation.processing.Generated for Java 9. (f04406c)
  • Rework the logic for imports in AutoValue. (39b9987)
  • Change retention of @AutoValue.Builder and @AutoValue.CopyAnnotations to CLASS rather than SOURCE. (d528f7f)
  • Fix bug where java.util.Arrays was sometimes imported but not used. (ed1d3fe)