AutoValue 1.10 #1377
eamonnmcmanus
started this conversation in
General
AutoValue 1.10
#1377
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@AutoBuilder
class can now have@AutoValue.CopyAnnotations
so annotations are copied from the class to its generated subclass. (3a15c88)@AutoAnnotation
now hasCLASS
rather thanSOURCE
retention, making for better operation with Gradle incremental compilation. (34c3be5)@AutoAnnotation
methods no longer need to be static. This makes it easier to use AutoAnnotation with Kotlin. (cf55dc6)This discussion was created from the release AutoValue 1.10.
Beta Was this translation helpful? Give feedback.
All reactions