Problem
When working with Lombok, SeaLights reports quality risks on its generated code
...
- Have Lombok generate the needed annotations, by setting the flag lombok.addLombokGeneratedAnnotation to true.
This can be done by updating the lombok.config file with the following entry:
Code Block | ||
---|---|---|
| ||
lombok.addLombokGeneratedAnnotation = true |
...