diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-02-18 21:41:07 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-02-18 21:41:07 +0100 |
commit | ed61012f95cefae8d03260f506ffe34bc19bd90c (patch) | |
tree | 7f7478ed94a7eb423a2cd1379541c3716475efc4 /website/features/experimental/index.html | |
parent | 1488a262bd389d0fef444bb3fd80821a2d66e6c2 (diff) | |
download | lombok-ed61012f95cefae8d03260f506ffe34bc19bd90c.tar.gz lombok-ed61012f95cefae8d03260f506ffe34bc19bd90c.tar.bz2 lombok-ed61012f95cefae8d03260f506ffe34bc19bd90c.zip |
whoops, belated push and fixes to the documentation of onX
Diffstat (limited to 'website/features/experimental/index.html')
-rw-r--r-- | website/features/experimental/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/website/features/experimental/index.html b/website/features/experimental/index.html index acbbdbf6..24fbb541 100644 --- a/website/features/experimental/index.html +++ b/website/features/experimental/index.html @@ -24,14 +24,16 @@ <dl> <dt><a href="Accessors.html"><code>@Accessors</code></a></dt> <dd>A more fluent API for getters and setters.</dd> - <dt><a href="ExtensionMethod.html"><Code>@ExtensionMethod</code></a></dt> + <dt><a href="ExtensionMethod.html"><code>@ExtensionMethod</code></a></dt> <dd>Annoying API? Fix it yourself: Add new methods to existing types!</dd> - <dt><a href="FieldDefaults.html"><Code>@FieldDefaults</code></a></dt> + <dt><a href="FieldDefaults.html"><code>@FieldDefaults</code></a></dt> <dd>New default field modifiers for the 21st century.</dd> - <dt><a href="Wither.html"><Code>@Wither</code></a></dt> + <dt><a href="Wither.html"><code>@Wither</code></a></dt> <dd>Immutable 'setters' - methods that create a clone but with one changed field.</dd> - <dt><a href="Value.html"><Code>@Value</code></a></dt> + <dt><a href="Value.html"><code>@Value</code></a></dt> <dd>Immutable classes made very easy.</dd> + <dt><a href="onX.html"><code>onMethod= / onConstructor= / onParam</code></a></dt> + <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="footer"> |