diff options
| author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-09-12 21:22:25 +0200 |
|---|---|---|
| committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-09-12 21:22:25 +0200 |
| commit | 693af13472fc4c474edcb163e09cfe87b4c71f3e (patch) | |
| tree | 21c3ffd80b8de3524d0aba5ec47da81786d96a35 /website/templates/features/index.html | |
| parent | 8c32769f18361ed626ebd06962d924c288950d26 (diff) | |
| download | lombok-693af13472fc4c474edcb163e09cfe87b4c71f3e.tar.gz lombok-693af13472fc4c474edcb163e09cfe87b4c71f3e.tar.bz2 lombok-693af13472fc4c474edcb163e09cfe87b4c71f3e.zip | |
[website] Updating feature and experimental overviews to properly include the With promotion.
Diffstat (limited to 'website/templates/features/index.html')
| -rw-r--r-- | website/templates/features/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/website/templates/features/index.html b/website/templates/features/index.html index 06b47c0b..9e2f53e8 100644 --- a/website/templates/features/index.html +++ b/website/templates/features/index.html @@ -66,6 +66,10 @@ <code>synchronized</code> done right: Don't expose your locks. </@main.feature> + <@main.feature title="@With" href="With"> + Immutable 'setters' - methods that create a clone but with one changed field. + </@main.feature> + <@main.feature title="@Getter(lazy=true)" href="GetterLazy"> Laziness is a virtue! </@main.feature> |
