Skip to content

Auto Value 1.6 - rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ronshapiro ronshapiro released this 20 Mar 15:58
· 953 commits to main since this release
  • @AutoValue, @AutoAnnotation, @AutoOneOf, and @Memoized are now in a separate artifact, auto-value-annotations. This allows users to specify the annotations in compile scope and the processor in an annotation processing scope, without leaking the processor to a release binary. To upgrade to this version of auto-value, you'll need to add this new artifact as a dependency. (0c488d7)