AutoValue release 1.5.4
eamonnmcmanus
released this
08 Mar 23:01
·
1028 commits
to main
since this release
-
Copy type annotations from the parameter of
equals(Object)
to its implementation. (1561e2c) -
Don't include AutoValue's sources in its Maven jar. (d61a969)
-
Ensure that
@AutoValue
classes have correct code even if redeclarations ofObject
orString
are in scope. (6a41d3a) -
Add support for new
@AutoOneOf
. (6ee8d68)