Skip to content

AutoValue 1.9

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 15 Dec 00:54
  • The @AutoBuilder annotation documented here is now fully stable and supported. (1f8d7f2)
    • AutoBuilder now uses annotation defaults when building a call to an @AutoAnnotation method. (fb96c83)
  • Making a step-builder for AutoValue is now easier because the inherited setters don't need to be restated in the Builder class so that they return Builder. (0820e2e)
  • We now handle better the case where an annotation being copied references a missing class. (e074032)
  • The order of annotations copied into generated code is now deterministic. (8ad800e)