Unclaimed project
Are you a maintainer of auto? Claim this project to take control of your public changelog and roadmap.
@AutoValue.CopyAnnotations(exclude=Missing.class), where Missing is a class that does not exist.@Nullable are now better preserved in generated builder setter method parameters. Previously they could be lost in some circumstances, for example with @Nullable T.@Nullable type-use annotations in AutoBuilder has been fixed.