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/Data.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'website/features/Data.html') diff --git a/website/features/Data.html b/website/features/Data.html index 8f11ca1c..3ae03df1 100644 --- a/website/features/Data.html +++ b/website/features/Data.html @@ -59,6 +59,13 @@
+
+

Supported configuration keys:

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

Small print

See the small print of @ToString, @EqualsAndHashCode, -- cgit