diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-05-22 03:30:11 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-05-22 03:31:18 +0200 |
commit | b6ce9410b15bc645fc191c147cfd14359da67b72 (patch) | |
tree | 8c51173307faf35588bbfac07b34b93bb2ee7b2c /website/features/experimental/index.html | |
parent | 0e673c6b3004a67c760bcbbabdc8abbf35c70722 (diff) | |
download | lombok-b6ce9410b15bc645fc191c147cfd14359da67b72.tar.gz lombok-b6ce9410b15bc645fc191c147cfd14359da67b72.tar.bz2 lombok-b6ce9410b15bc645fc191c147cfd14359da67b72.zip |
added documentation for the configuration feature.
Diffstat (limited to 'website/features/experimental/index.html')
-rw-r--r-- | website/features/experimental/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <dd>Sup dawg, we heard you like annotations, so we put annotations in your annotations so you can annotate while you're annotating.</dd> </dl> </div> + <div class="overview confKeys"> + <h3>Supported configuration keys:</h3> + <dl> + <dt><code>lombok.experimental.flagUsage</code> = [<code>warning</code> | <code>error</code>] (default: not set)</dt> + <dd>Lombok will flag any usage of any of the features listed here as a warning or error if configured.</dd> + </dl> + </div> <div class="index overview"> <h3>Putting the "Ex" in "Experimental": promoted or deleted experimental features.</h3> <dl> |