A Java library that automatically generates boilerplate code like getters, setters, equals, hashCode, and toString via annotations.
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.46</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Annotate a class with @Data to automatically generate getters, setters, equals, hashCode, and toString.
Ensure your IDE has Lombok plugin installed and annotation processing is enabled.
No dependency data recorded yet.