Skip to content

AutoValue 1.7.3

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 10 Jun 21:01
  • Optionally copy annotations from the @AutoValue.Builder class to the generated subclass. (b22f969)
  • Drop unnecessary parentheses in AutoAnnotation equals and hashCode methods. (b9ba06a)
  • Fixed a problem when an @AutoValue class references types that are generated by other annotation processors. (2797d38)