Use lombok annotation instead of get/set

This commit is contained in:
Laurent Clouet
2019-08-07 22:17:59 +02:00
parent 9b36dcf9b5
commit 9f1f509bb6
12 changed files with 123 additions and 420 deletions

View File

@@ -29,6 +29,7 @@
<pathelement location="extern/platform.jar"/>
<pathelement location="extern/jna.jar"/>
<pathelement location="extern/args4j.jar"/>
<pathelement location="extern/lombok.jar"/>
<pathelement location="extern/zip4j.jar"/>
<pathelement location="extern/jaxb-api.jar"/>
<pathelement location="extern/jaxb-core.jar"/>
@@ -39,6 +40,7 @@
<unjar src="extern/platform.jar" dest="build">
<filelist dir="." files="extern/jna.jar" />
<filelist dir="." files="extern/args4j.jar" />
<filelist dir="." files="extern/lombok.jar" />
<filelist dir="." files="extern/zip4j.jar" />
<filelist dir="." files="extern/jaxb-api.jar" />
<filelist dir="." files="extern/jaxb-core.jar" />