github google/auto auto-value-1.9
AutoValue 1.9

2 years ago
  • 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)

Don't miss a new auto release

NewReleases is sending notifications on new releases.