From 3565bc836e7e6e10a2ec9c3f35f42102b9ba55bf Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 23 Oct 2021 21:54:53 +0200 Subject: [fixes #3008] [docs] The docs for `@Value` were still referring to `@Wither` instead of `@With` --- website/templates/features/Value.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/templates/features/Value.html') 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