Skip to content

Auto Value 1.6

Compare
Choose a tag to compare
@ronshapiro ronshapiro released this 26 Mar 20:53
· 947 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)

(note, this is equivalent to auto-value-1.6rc1)