- 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)
- AutoBuilder now uses annotation defaults when building a call to an
- 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 returnBuilder
. (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)