From aaf8547d91a540334419f2faebb897b327d535d8 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 20 Jul 2010 07:43:02 +0200 Subject: Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, @AllArgsConstructor, and also how these generate @ConstructorProperties annotations. Also updated @Getter and @Setter's documentation to explain their new class-level feature, and updated @Data's description to highlight how @Data is now truly nothing more than the combination of @RequiredArgsConstructor, @EqualsAndHashCode, @ToString, @Getter, and @Setter. --- buildScripts/website.ant.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'buildScripts/website.ant.xml') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index b33eebf2..73700a82 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -129,6 +129,9 @@ such as converting the changelog into HTML, and creating javadoc. + + + @@ -283,8 +286,7 @@ such as converting the changelog into HTML, and creating javadoc. write your own plugins, the other packages are what you're looking for. ]]> - - +
Lombok - ]]>v${lombok.version}
Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.]]> -- cgit