MailMessage has @Nullable on its cc() property, but that property is defined by a property builder ccBuilder(). The builder starts off empty, not null, and can never build a null value. @AutoValue will shortly make this an error. Change-Id: I5e971e4d3bf751224bea5e8f9d22f5277dbed27a