- Fixed a crash with
@AutoValue.CopyAnnotations(exclude=Missing.class), whereMissingis a class that does not exist. - Type-use annotations such as
@Nullableare now better preserved in generated builder setter method parameters. Previously they could be lost in some circumstances, for example with@Nullable T. - An issue with
@Nullabletype-use annotations in AutoBuilder has been fix...