Automatic generation of the Builder pattern for Java 1.8+ using annotation processing.
<dependency>
<groupId>org.inferred</groupId>
<artifactId>freebuilder</artifactId>
<version>2.8.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generates a builder for a Person interface using FreeBuilder annotation.
Add maven-compiler-plugin configuration with annotationProcessorPaths.
No dependency data recorded yet.