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 +- website/templates/features/var.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'website') 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: diff --git a/website/templates/features/var.html b/website/templates/features/var.html index 60e24914..bf28752f 100644 --- a/website/templates/features/var.html +++ b/website/templates/features/var.html @@ -3,7 +3,7 @@ <@f.scaffold title="var" logline="Mutably! Hassle-free local variables."> <@f.history>

-- cgit