AutoValue 1.7.3
- Optionally copy annotations from the
@AutoValue.Builder
class to the generated subclass. (b22f969) - Drop unnecessary parentheses in AutoAnnotation
equals
andhashCode
methods. (b9ba06a) - Fixed a problem when an
@AutoValue
class references types that are generated by other annotation processors. (2797d38)