diff options
Diffstat (limited to 'website/features/experimental/index.html')
-rw-r--r-- | website/features/experimental/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/website/features/experimental/index.html b/website/features/experimental/index.html new file mode 100644 index 00000000..e4e90c41 --- /dev/null +++ b/website/features/experimental/index.html @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link rel="stylesheet" type="text/css" href="../../logi/reset.css" /> + <link rel="stylesheet" type="text/css" href="../features.css" /> + <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> + <meta name="description" content="Spice up your java" /> + <title>Lombok feature overview</title> +</head><body><div id="pepper"> + <div class="minimumHeight"></div> + <div class="meat"> + <div class="header"><a href="../../index.html">Project Lombok</a></div> + <h1>Lombok experimental features</h1> + <div class="index overview"> + Experimental features are available in your normal lombok installation, but are not as robustly supported as lombok's main features. + In particular, experimental features:<ul> + <li>Are not tested as well as the core features.</li> + <li>Do not get bugs fixed as quickly as core features.</li> + <li>May have APIs that will change, possibly drastically if we find a different, better way to solve the same problem.</li> + <li>May disappear entirely if the feature is too difficult to support or does bust enough boilerplate.</li> + </ul> + Features that receive positive community feedback and which seem to produce clean, flexible code will eventually become accepted + as a core feature and move out of the experimental package. + <dl> + <dt><a href="Accessors.html"><code>@Accessors</code></a></dt> + <dd>A more fluent API for getters and setters.</dd> + </dl> + </div> + <div class="footer"> + <a href="../../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2012 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> + </div> + <div style="clear: both;"></div> + </div> +</div> +<script type="text/javascript"> + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); +</script> +<script type="text/javascript"> + try { + var pageTracker = _gat._getTracker("UA-9884254-1"); + pageTracker._trackPageview(); + } catch(err) {} +</script> +</body></html> |