diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-02-06 23:59:38 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-02-06 23:59:38 +0100 |
commit | 8c952fa0e0dc143d1d12f8d24ef729be03488d0a (patch) | |
tree | e5f4a037ac5cff98f8e21c5b8cedbaa99b0e1221 /website/templates | |
parent | 8943b49dfed95228e324422435a77597a95943c0 (diff) | |
download | lombok-8c952fa0e0dc143d1d12f8d24ef729be03488d0a.tar.gz lombok-8c952fa0e0dc143d1d12f8d24ef729be03488d0a.tar.bz2 lombok-8c952fa0e0dc143d1d12f8d24ef729be03488d0a.zip |
[trivial] we've decided to call this one 1.18.12, not 1.20.0.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/features/configuration.html | 8 |
1 files changed, 4 insertions, 4 deletions
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.<br /> - The <a href="#import"><code>import</code> directive</a> was added in lombok 1.20.0.<br /> - The <a href="#addNullAnnotations"><code>lombok.addNullAnnotations</code> configuration key</a> was added in lombok 1.20.0.<br /> + The <a href="#import"><code>import</code> directive</a> was added in lombok 1.18.12.<br /> + The <a href="#addNullAnnotations"><code>lombok.addNullAnnotations</code> configuration key</a> was added in lombok 1.18.12.<br /> </@f.history> <@f.overview> @@ -88,7 +88,7 @@ <li><code>lombok.addNullAnnotations = <em><flavor></em></code></li> </ol> Many <em>flavors</em> are available: <code>javax</code> (=JSR305; not recommended), <code>eclipse</code>, <code>jetbrains</code>, <code>netbeans</code>, <code>androidx</code>, <code>android.support</code> (deprecated within android), <code>checkerframework</code> (recommended), <code>findbugs</code>, <code>spring</code>, <code>jml</code>, or define your own via <code>CUSTOM:fully.qualified.NonNullAnnotation:fully.qualified.NullableAnnotation</code>; 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 <code>CUSTOM:TYPE_USE:nonnullanno:nullableanno</code>.<br /> - <em>This feature was introduced in lombok v1.20.0</em>.<br /> + <em>This feature was added in lombok v1.18.12</em>.<br /> </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: @@ -159,7 +159,7 @@ </ol> As with absolute paths, this is more useful for individuals than for shared projects. </p><p> - <em>This feature was added in lombok v1.20.0.</em> + <em>This feature was added in lombok v1.18.12.</em> </p> </@f.featureSection> |