New
AutoValue 1.10.4
- A workaround for a JDK bug with reading jar resources has been extended so it always applies, rather than just as a fallback. See #1572. (3f69cd255)
- If an AutoValue property method is
@Nullable, the corresponding field in the generated class will be too. This was already the case forTYPE_USE@Nullableor if the method had@CopyAnnotations, but now@Nullablewill be copied in other cases too. (4506804f1)