From 91f576e7e5930f3f7f730a2d3e779f26262adbf3 Mon Sep 17 00:00:00 2001
From: Rawi01
Date: Tue, 30 Jun 2020 17:43:40 +0200
Subject: Documentation for lombok.addSuppressWarnings
---
website/templates/features/configuration.html | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'website/templates/features/configuration.html')
diff --git a/website/templates/features/configuration.html b/website/templates/features/configuration.html
index fa6d6371..16214d4e 100644
--- a/website/templates/features/configuration.html
+++ b/website/templates/features/configuration.html
@@ -100,6 +100,11 @@
lombok.extern.findbugs.addSuppressFBWarnings = true
+
+ Lombok adds the @SuppressWarnings("all")
annotation to all generated nodes by default. This can be turned off which is useful if you want to use static code analyzers like Checker Framework.
+
+ lombok.addSuppressWarnings = false
+
@f.featureSection>
--
cgit