Skip to content

AutoValue release 1.5.4

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 08 Mar 23:01
· 959 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 of Object or String are in scope. (6a41d3a)

  • Add support for new @AutoOneOf. (6ee8d68)