Annotations for Google AutoValue, a source code generator that creates immutable value classes for Java 8+.
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>1.11.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define an immutable value class using AutoValue
Add the auto-value-annotations dependency and configure your build tool for annotation processing (e.g., Maven compiler plugin with annotationProcessorPaths).
No dependency data recorded yet.