Add Project Lombok to remove all getters and setters.
This commit is contained in:
parent
51218fd182
commit
34b9ac0d05
4 changed files with 26 additions and 71 deletions
7
pom.xml
7
pom.xml
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue