From f6e897e486b76548d76a8b16f90516e0cab42985 Mon Sep 17 00:00:00 2001 From: Fatima Rami Date: Sat, 23 Oct 2021 21:49:42 +0200 Subject: [Fixes#3008] @Witer replaced by @With --- website/templates/features/Value.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/templates/features/Value.html b/website/templates/features/Value.html index c41b6b10..e128383f 100644 --- a/website/templates/features/Value.html +++ b/website/templates/features/Value.html @@ -5,7 +5,7 @@

@Value was introduced as experimental feature in lombok v0.11.4.

- @Value no longer implies @Wither since lombok v0.11.8. + @Value no longer implies @With since lombok v0.11.8.

@Value promoted to the main lombok package since lombok v0.12.0.

-- cgit