Yang Wang

Results 1 comments of Yang Wang

Add the following lines in to your `lombok.config` file, so that lombok generated code suppress SpotBugs warning. ``` # Suppress FindBugs/SpotBugs error for Lombok generated code. lombok.extern.findbugs.addSuppressFBWarnings = true ```