aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/configuration.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/features/configuration.html')
-rw-r--r--website/templates/features/configuration.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<code>lombok.addJavaxGeneratedAnnotation = true</code>
</div>
We advise against this; JDK9 breaks this annotation, and it's unlikely to ever get fixed.<br />
- <em>NB:</em> Until Lombok v2.0.0, this setting defaulted to <code>true</code>.
+ <em>NB:</em> Until Lombok v1.16.20, this setting defaulted to <code>true</code>.
</p><p>
Lombok can be configured to add <code>@lombok.Generated</code> annotations to all generated nodes where possible; useful for JaCoCo (which has built in support),
or other style checkers and code coverage tools: