Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
titlelombok.config
lombok.addLombokGeneratedAnnotation = true

...