AutoValue release 1.5.3
netdpb
released this
18 Dec 17:04
·
1061 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)