aboutsummaryrefslogtreecommitdiff
path: root/value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java
AgeCommit message (Expand)Author
2021-08-16Avoid `instanceof TypeElement` in Auto code.Éamonn McManus
2021-06-02Reformat all the Auto projects using google-java-format. For now, javadoc ref...Éamonn McManus
2021-05-25Add the [JSpecify](http://jspecify.org) `@Nullable` to `equals(Object)` if it...Éamonn McManus
2020-10-21Remove unnecessary check that process is called with supported annotationsLiam Miller-Cushon
2020-10-18Don't claim annotations in AutoAnnotationProcessor and AutoServiceProcessor.Éamonn McManus
2020-09-16Compute a `serialVersionUID` for `@AutoAnnotation` implementations based on t...Éamonn McManus
2019-05-13Use @FormatMethod in AutoAnnotationProcessor. This addresses an ErrorProne wa...emcmanus
2019-05-13In autoannotation.vm, avoid an incompatibility between EscapeVelocity and Apa...emcmanus
2019-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2018-09-25Make AutoValue and AutoService support Gradle incremental build. This work wa...Thomas Broyer
2018-06-25Template arguments should not be nullcushon
2018-05-31Reformat AutoValue source code using google-java-format. A few of the changes...emcmanus
2018-03-06Remove compile-time references to annotation classes. Instead of AutoValue.cl...emcmanus
2018-01-29Choose @Generated based on the source version, not the classpath.cushon
2017-12-15Write the correct @Generated annotation within auto-value.dpb
2017-12-08Rework the way AutoValue generates imports.emcmanus
2017-10-02Make AutoValue processors generate valid code if @Generated is not available.dpb
2017-06-14Don't catch RuntimeExceptions thrown in AutoValueProcessor and AutoAnnotation...emcmanus
2017-04-27Make more Java 8 transformations: change for-loops into streams where it make...emcmanus
2017-03-06Allow @AutoAnnotation to work when the annotation and factory are in the defa...emcmanus
2017-02-16In AutoAnnotation, precompute the invariable part of the hashCode for an anno...emcmanus
2016-08-29Fix Java source files under third_party/java_src/auto so that they follow the...emcmanus
2016-08-29Fix a bug in AutoAnnotation when using Collections to pass values to generic ...lukes
2016-05-10Have AutoAnnotation factor in package names when detecting overloads. Previou...bhawkes
2016-03-04Prefer Name.contentEquals to name.toString().equals() as it avoids an unneces...gak
2015-08-04In AutoValueProcessor and AutoAnnotationProcessor, change the case where the ...emcmanus
2015-08-04In the code generated for @AutoAnnotation, do not use the clone() method on a...emcmanus
2015-01-21Rewrite the code that copies annotations from abstract @AutoValue methods to ...emcmanus
2014-09-08Open-source `@AutoAnnotation`, an alternative annotation processor for auto-g...emcmanus