9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
import lombok_feature.config
|
||
|
|
||
|
config.stopBubbling = true
|
||
|
lombok.anyconstructor.addconstructorproperties=false
|
||
|
lombok.addLombokGeneratedAnnotation = true
|
||
|
lombok.addSuppressWarnings = false
|
||
|
|
||
|
|