aboutsummaryrefslogtreecommitdiff
path: root/value/src/main/java/com/google/auto/value/processor/AutoOneOfProcessor.java
AgeCommit message (Expand)Author
2020-07-27Add `[tags]` to AutoValue error messages. This will enable them to be correla...emcmanus
2020-06-09Change error reporting methods to use format strings.emcmanus
2020-05-20Defer processing in `@AutoValue` classes if any abstract method has an undefi...emcmanus
2019-09-10Add a propertyTypes() method to AutoValueExtension.Context, to allow extensio...emcmanus
2019-05-27Allow @AutoOneOf properties to be void.emcmanus
2019-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2019-01-16Make it a compilation error for an @AutoOneOf property to be @Nullable.emcmanus
2018-09-25Make AutoValue and AutoService support Gradle incremental build. This work wa...Thomas Broyer
2018-06-12Add capability to annotate individual AutoValue fieldscroyer
2018-05-31Reformat AutoValue source code using google-java-format. A few of the changes...emcmanus
2018-05-08Allow an Optional property to be set in a builder through a method with a @Nu...Kenzie Togami
2018-03-27If an @AutoOneOf class has @CopyAnnotations, copy class annotations to the ge...emcmanus
2018-03-06Copy type annotations to the parameter of equals(Object).emcmanus
2018-03-06Remove compile-time references to annotation classes. Instead of AutoValue.cl...emcmanus
2018-01-31Fix handling of @Generated in tests after 715b8eb505649a4acaaa5889d4f4b51a91d...cushon
2018-01-24First version of @AutoOneOf processoremcmanus