generator
Lombok is a Java library that provides annotations to simplify Java development by automating the generation of boilerplate code. Key features include automatic generation of getters, setters, equals, hashCode, and toString methods, as well as a facility for automatic resource management. It aims to reduce the amount of manual coding, thereby streamlining the codebase and reducing potential for errors.
Last Release on Sep 18, 2025
2. JavaPoet2,502 usages
com.squareup » javapoetApache
Use beautiful Java code to generate beautiful Java code.
Last Release on Jun 18, 2020
6. MapStruct Core1,134 usages
org.mapstruct » mapstructApache
An annotation processor for generating type-safe bean mappers
Last Release on Nov 9, 2024
9. KotlinPoet797 usages
com.squareup » kotlinpoetApache
Use beautiful Kotlin code to generate beautiful Kotlin code.
Last Release on May 16, 2025