code
Sort:
popular
|
newest
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 Nov 15, 2024
3. JavaPoet2,325 usages
com.squareup » javapoetApache
Use beautiful Java code to generate beautiful Java code.
Last Release on Jun 18, 2020
6. MapStruct Core911 usages
org.mapstruct » mapstructApache
An annotation processor for generating type-safe bean mappers
Last Release on Nov 9, 2024
7. KotlinPoet761 usages
com.squareup » kotlinpoetApache
Use beautiful Kotlin code to generate beautiful Kotlin code.
Last Release on Oct 23, 2024
8. Vert.x Codegen406 usages
io.vertx » vertx-codegenApacheEPL
Vert.x Codegen
Last Release on Nov 12, 2024
Cobertura is a free Java tool that calculates the percentage of
code accessed by tests. It can be used to identify which parts of
your Java program are lacking test coverage. It is based on jcoverage.
Last Release on Feb 26, 2015