AutoValue is a code generator that creates immutable value classes in Java, reducing boilerplate for equals, hashCode, and toString.
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</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.
Shows how to define an immutable value class using AutoValue.
Ensure your build configuration includes the auto-value-annotations dependency and enables annotation processing.
No dependency data recorded yet.