17 lines
622 B
Plaintext
17 lines
622 B
Plaintext
## The file with defaults can be generated using command, where M2_REPO points to local maven repository folder
|
|
## Also replace version with the value you are using, in this case it is 1.18.36
|
|
# java -jar "%M2_REPO%\org\projectlombok\lombok\1.18.36\lombok-1.18.36.jar" config -g --verbose >> lombok.config
|
|
|
|
##
|
|
## Key : lombok.copyableAnnotations
|
|
## Type: list of type-name
|
|
##
|
|
## Copy these annotations to getters, setters, with methods, builder-setters, etc.
|
|
##
|
|
## Examples:
|
|
#
|
|
clear lombok.copyableAnnotations
|
|
# lombok.copyableAnnotations += <fully.qualified.Type>
|
|
# lombok.copyableAnnotations -= <fully.qualified.Type>
|
|
#
|