From 732d3db79a781b30e6763167ad1baf05ffb9f125 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 25 Mar 2019 20:41:27 +0100 Subject: [docs] we had 2 references to v2.0.0; in the end that turned out to simply be v1.16.20. --- website/templates/features/configuration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/templates/features/configuration.html') diff --git a/website/templates/features/configuration.html b/website/templates/features/configuration.html index 09cd46c2..7a15f252 100644 --- a/website/templates/features/configuration.html +++ b/website/templates/features/configuration.html @@ -84,7 +84,7 @@ 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