| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AutoValue 1.10.4.tar.gz | 2023-09-08 | 423.5 kB | |
| AutoValue 1.10.4.zip | 2023-09-08 | 765.0 kB | |
| README.md | 2023-09-08 | 424 Bytes | |
| Totals: 3 Items | 1.2 MB | 0 | |
- 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)