Annotation Type Generated
Lombok automatically adds this annotation to all generated constructors, methods, fields, and types.
You can mark the presence of this annotation as 'ignore it' for all code style and bug finding tools.
NB: As of v1.18.34, lombok adds this annotation by default; before then you had to add a lombok config key.
If you want to opt out (not recommended), you can add lombok.addLombokGeneratedAnnotation = false
to
lombok.config
.