From 316ce2584a3d7b860dd3fbe96057df2086808364 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 18 Jul 2009 00:29:07 +0200 Subject: Added a byline to all current feature pages, as well as fixing 1 typo in Cleanup.html. --- website/features/Data.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'website/features/Data.html') diff --git a/website/features/Data.html b/website/features/Data.html index 23f9cea8..cb15ed9b 100644 --- a/website/features/Data.html +++ b/website/features/Data.html @@ -12,6 +12,8 @@
Project Lombok

@Data

+
'struct' for java: Automatically generate toString, hashCode, equals, a constructor, and getters and setters + from just the fields in your class.

Overview

-- cgit