Compile-time annotations for generating immutable value objects, builders, and more via the Immutables library.
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value-annotations</artifactId>
<version>2.12.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 object using @Value.Immutable
Add maven-compiler-plugin with annotationProcessorPaths including org.immutables:value.
No dependency data recorded yet.