You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)