Skip to content

AutoValue 1.6.4

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 05 Apr 01:15
  • 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)