AutoValue 1.10.4
eamonnmcmanus
released this
08 Sep 23:40
·
253 commits
to main
since this release
- 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. (3f69cd2)
- If an AutoValue property method is
@Nullable
, the corresponding field in the generated class will be too. This was already the case forTYPE_USE
@Nullable
or if the method had@CopyAnnotations
, but now@Nullable
will be copied in other cases too. (4506804)