From b6ce9410b15bc645fc191c147cfd14359da67b72 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 22 May 2014 03:30:11 +0200 Subject: added documentation for the configuration feature. --- website/features/NonNull.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'website/features/NonNull.html') diff --git a/website/features/NonNull.html b/website/features/NonNull.html index 9faad502..0e7d064d 100644 --- a/website/features/NonNull.html +++ b/website/features/NonNull.html @@ -39,6 +39,13 @@
+
+

Supported configuration keys:

+
+
lombok.nonNull.flagUsage = [warning | error] (default: not set)
+
Lombok will flag any usage of @NonNull as a warning or error if configured.
+
+

Small print

-- cgit