aboutsummaryrefslogtreecommitdiff
path: root/usage_examples
AgeCommit message (Expand)Author
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type in...Roel Spilker
2011-07-14The site's lombok v. vanilla java examples included lombok annotations on the...Reinier Zwitserloot
2011-06-29A 'final' was missing in the vanilla version of the 'val' usecase.Reinier Zwitserloot
2011-06-22fixed type mismatch in lazy getter example (issue 223)peichhorn
2011-05-09Updated Delegate docs now that we've changed how it works (it no longer detec...Reinier Zwitserloot
2011-02-28Updates examples to use Guice and hibernate validators.grootjans
2011-02-28Issue 192: Add documentation for onMethod=, onParam, onConstructorgrootjans
2011-02-07Added documentation for @Delegate. This fixes issue 189grootjans
2011-01-31Issue 182: Cleanup documentation should include null-checkRoel Spilker
2010-11-29@ToString usage example had a typo in it (used 'excludes' instead of the corr...Reinier Zwitserloot
2010-11-29Added 'val' as a type which the 'val' fake keyword must resolve to before val...Reinier Zwitserloot
2010-11-18Added documentation for val and @Getter(lazy=true) and updated docs for Log a...Reinier Zwitserloot
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-11-06Updated website documentation to include @LogRoel Spilker
2010-07-21Added using .getX() instead of using .x in equals, hashCode, and toString. Al...Reinier Zwitserloot
2010-07-20Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, @AllArg...Reinier Zwitserloot
2009-07-28Added website feature documentation for @ToString and @EqualsAndHashCode, and...Reinier Zwitserloot
2009-07-18Added feedback from r.spilker.Reinier Zwitserloot
2009-07-18Merge branch 'master' of git@github.com:rzwitserloot/lombokReinier Zwitserloot
2009-07-18Added SneakyThrows which finishes the documentation for the features pages.Reinier Zwitserloot
2009-07-18Changed the order of name and age in the toString methodRoel Spilker
2009-07-18Added text for the Synchronized annotation to the features pages. Also did so...Reinier Zwitserloot
2009-07-18Added Cleanup features text.Reinier Zwitserloot
2009-07-17Added documentation for the @Data annotation. Also fixed whitespace issues in...Reinier Zwitserloot
2009-07-12Example for the @Data annotation.Reinier Zwitserloot
2009-07-11Added examples with pre and post lombok conversion for the website.Reinier Zwitserloot