Add Project Lombok to remove all getters and setters.

This commit is contained in:
Sebastian Cabrera 2023-05-29 03:31:31 -04:00
parent 51218fd182
commit 34b9ac0d05
4 changed files with 26 additions and 71 deletions

View file

@ -405,6 +405,13 @@
<artifactId>joml</artifactId>
<version>${joml.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.28</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>