diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-26 08:46:41 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-26 08:46:41 +0100 |
commit | 63aefa41e432a050496e9f96c6ce570dde276e18 (patch) | |
tree | 4d5fb71e5d9c2a3dd865ede63c6b5ef70f0d1d0a /website/features/index.html | |
parent | 7bb2ed02c3891d240840110abb0a79949947cc16 (diff) | |
download | lombok-63aefa41e432a050496e9f96c6ce570dde276e18.tar.gz lombok-63aefa41e432a050496e9f96c6ce570dde276e18.tar.bz2 lombok-63aefa41e432a050496e9f96c6ce570dde276e18.zip |
documentation for @Singular.
Diffstat (limited to 'website/features/index.html')
-rw-r--r-- | website/features/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/features/index.html b/website/features/index.html index 09a148f0..f285c7a8 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -32,6 +32,8 @@ <code>@Getter</code> on all fields, and <code>@Setter</code> on all non-final fields, and <code>@RequiredArgsConstructor</code>!</dd> <dt><a href="Value.html"><code>@Value</code></a></dt> <dd>Immutable classes made very easy.</dd> + <dt><a href="Builder.html"><code>@Builder</code></a></dt> + <dd>... and Bob's your uncle: No-hassle fancy-pants APIs for object creation!</dd> <dt><a href="SneakyThrows.html"><code>@SneakyThrows</code></a></dt> <dd>To boldly throw checked exceptions where no one has thrown them before!</dd> <dt><a href="Synchronized.html"><code>@Synchronized</code></a></dt> |