From 732d3db79a781b30e6763167ad1baf05ffb9f125 Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot lombok.addJavaxGeneratedAnnotation = true
We advise against this; JDK9 breaks this annotation, and it's unlikely to ever get fixed.
- NB: Until Lombok v2.0.0, this setting defaulted to true.
+ NB: Until Lombok v1.16.20, this setting defaulted to true.
Lombok can be configured to add @lombok.Generated annotations to all generated nodes where possible; useful for JaCoCo (which has built in support),
or other style checkers and code coverage tools:
--
cgit