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/experimental/index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'website/features/experimental/index.html') diff --git a/website/features/experimental/index.html b/website/features/experimental/index.html index 2c641228..f37712e0 100644 --- a/website/features/experimental/index.html +++ b/website/features/experimental/index.html @@ -38,6 +38,13 @@
Sup dawg, we heard you like annotations, so we put annotations in your annotations so you can annotate while you're annotating.
+
+

Supported configuration keys:

+
+
lombok.experimental.flagUsage = [warning | error] (default: not set)
+
Lombok will flag any usage of any of the features listed here as a warning or error if configured.
+
+

Putting the "Ex" in "Experimental": promoted or deleted experimental features.

-- cgit