diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-03-25 20:41:27 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-03-25 20:41:27 +0100 |
commit | 732d3db79a781b30e6763167ad1baf05ffb9f125 (patch) | |
tree | 2ff8b5baadbbd42671f3f413f3bd394c5caf17ce /website/templates/features/configuration.html | |
parent | f8857fdffec01b15a67ca6aad60a1f614fa278e2 (diff) | |
download | lombok-732d3db79a781b30e6763167ad1baf05ffb9f125.tar.gz lombok-732d3db79a781b30e6763167ad1baf05ffb9f125.tar.bz2 lombok-732d3db79a781b30e6763167ad1baf05ffb9f125.zip |
[docs] we had 2 references to v2.0.0; in the end that turned out to simply be v1.16.20.
Diffstat (limited to 'website/templates/features/configuration.html')
-rw-r--r-- | website/templates/features/configuration.html | 2 |
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: |