From 8c952fa0e0dc143d1d12f8d24ef729be03488d0a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 6 Feb 2020 23:59:38 +0100 Subject: [trivial] we've decided to call this one 1.18.12, not 1.20.0. --- website/templates/features/configuration.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'website/templates/features') diff --git a/website/templates/features/configuration.html b/website/templates/features/configuration.html index 8b84c137..fa6d6371 100644 --- a/website/templates/features/configuration.html +++ b/website/templates/features/configuration.html @@ -3,8 +3,8 @@ <@f.scaffold title="Configuration system" logline="Lombok, made to order: Configure lombok features in one place for your entire project or even your workspace."> <@f.history> The configuration system was introduced in lombok 1.14.
- The import directive was added in lombok 1.20.0.
- The lombok.addNullAnnotations configuration key was added in lombok 1.20.0.
+ The import directive was added in lombok 1.18.12.
+ The lombok.addNullAnnotations configuration key was added in lombok 1.18.12.
<@f.overview> @@ -88,7 +88,7 @@
  • lombok.addNullAnnotations = <flavor>
  • Many flavors are available: javax (=JSR305; not recommended), eclipse, jetbrains, netbeans, androidx, android.support (deprecated within android), checkerframework (recommended), findbugs, spring, jml, or define your own via CUSTOM:fully.qualified.NonNullAnnotation:fully.qualified.NullableAnnotation; if your nullity annotation is solely of the type use style (it annotates types, such as eclipse's and checkerframework's offerings, versus annotating methods and parameters), the format is CUSTOM:TYPE_USE:nonnullanno:nullableanno.
    - This feature was introduced in lombok v1.20.0.
    + This feature was added in lombok v1.18.12.

    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: @@ -159,7 +159,7 @@ As with absolute paths, this is more useful for individuals than for shared projects.

    - This feature was added in lombok v1.20.0. + This feature was added in lombok v1.18.12.

    -- cgit