Auto v1.6.4 Release Notes

Release Date: 2019-04-05 // about 5 years ago
    • ๐Ÿ‘ป More detailed exception information if AutoValue extensions cannot be loaded. (67e172e)
    • โ†ช Expand the exceptions covered by the workaround for a JDK8 jar bug. (f17d298)
    • ๐Ÿ‘Œ Support @CopyAnnotations in classes generated by MemoizeExtension. (bf27cab)
    • ๐Ÿ‘Œ Improved type checking for builder setter parameters. (8d6111d, efd48fd)
    • โž• Added MoreTypes.asIntersection() (c16ef66)
    • It is a compilation error for an @AutoOneOf property to be @nullable since null values are not in fact accepted. (9cf9999)
    • ๐Ÿ‘ AutoValue extensions can now declare supported options. (175e323)
    • In AutoValue, @CopyAnnotations.exclude now affects type annotations. (3ee205b)