From 3c47eb1299467f052f25581430d20bc3b2b83f4d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 18 Nov 2010 12:45:02 +0100 Subject: Added documentation for val and @Getter(lazy=true) and updated docs for Log and EqualsAndHashCode to reflect new lombok 0.10 features. --- buildScripts/website.ant.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 1d14097c..ef12026e 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -111,6 +111,9 @@ such as converting the changelog into HTML, and creating javadoc. + + + @@ -135,6 +138,9 @@ such as converting the changelog into HTML, and creating javadoc. + + + -- cgit