From 63aefa41e432a050496e9f96c6ce570dde276e18 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 26 Jan 2015 08:46:41 +0100 Subject: documentation for @Singular. --- website/features/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'website/features/index.html') 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 @@ @Getter on all fields, and @Setter on all non-final fields, and @RequiredArgsConstructor!
@Value
Immutable classes made very easy.
+
@Builder
+
... and Bob's your uncle: No-hassle fancy-pants APIs for object creation!
@SneakyThrows
To boldly throw checked exceptions where no one has thrown them before!
@Synchronized
-- cgit