Age | Commit message (Expand) | Author |
2013-08-28 | fixed a code typo in the getterlazy usage example. Credits to Adam Brewster f... | Reinier Zwitserloot |
2013-07-08 | Fixed value's snippet integration (it hadn't been updated yet now that Value ... | Reinier Zwitserloot |
2013-07-08 | Support for javadoc copying in Getter/Setter generation for javac, as well as... | Reinier Zwitserloot |
2013-07-07 | updated docs for new desugaring for getter(lazy=true) | Reinier Zwitserloot |
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot |
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot |
2013-02-18 | Changed @Value to no longer imply @Wither. Usually you want only | Reinier Zwitserloot |
2013-02-18 | whoops, belated push and fixes to the documentation of onX | Reinier Zwitserloot |
2012-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot |
2012-08-13 | prettying up the pre/post examples for FieldDefaults and ExtensionMethod | Reinier Zwitserloot |
2012-08-13 | Documentation for @Value, @FieldDefaults, @Wither | Reinier Zwitserloot |
2012-06-25 | tiny typo in post usage example of Delegate in feature docs. | Reinier Zwitserloot |
2012-06-18 | Added documentation for @ExtensionMethod feature | Reinier Zwitserloot |
2012-04-29 | Updated the after-delombok images to the latest state. | Roel Spilker |
2012-03-27 | fixes for 'ant website' build target. Also fixing some errors in javadoc. | Reinier Zwitserloot |
2012-03-27 | Finished up documentation for Accessors. | Reinier Zwitserloot |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type in... | Roel Spilker |
2011-07-14 | The site's lombok v. vanilla java examples included lombok annotations on the... | Reinier Zwitserloot |
2011-06-29 | A 'final' was missing in the vanilla version of the 'val' usecase. | Reinier Zwitserloot |
2011-06-22 | fixed type mismatch in lazy getter example (issue 223) | peichhorn |
2011-05-09 | Updated Delegate docs now that we've changed how it works (it no longer detec... | Reinier Zwitserloot |
2011-02-28 | Updates examples to use Guice and hibernate validators. | grootjans |
2011-02-28 | Issue 192: Add documentation for onMethod=, onParam, onConstructor | grootjans |
2011-02-07 | Added documentation for @Delegate. This fixes issue 189 | grootjans |
2011-01-31 | Issue 182: Cleanup documentation should include null-check | Roel Spilker |
2010-11-29 | @ToString usage example had a typo in it (used 'excludes' instead of the corr... | Reinier Zwitserloot |
2010-11-29 | Added 'val' as a type which the 'val' fake keyword must resolve to before val... | Reinier Zwitserloot |
2010-11-18 | Added documentation for val and @Getter(lazy=true) and updated docs for Log a... | Reinier Zwitserloot |
2010-11-06 | Updated documentation on @Log and moved them all to lombok.extern.* | Roel Spilker |
2010-11-06 | Updated website documentation to include @Log | Roel Spilker |
2010-07-21 | Added using .getX() instead of using .x in equals, hashCode, and toString. Al... | Reinier Zwitserloot |
2010-07-20 | Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, @AllArg... | Reinier Zwitserloot |
2009-07-28 | Added website feature documentation for @ToString and @EqualsAndHashCode, and... | Reinier Zwitserloot |
2009-07-18 | Added feedback from r.spilker. | Reinier Zwitserloot |
2009-07-18 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2009-07-18 | Added SneakyThrows which finishes the documentation for the features pages. | Reinier Zwitserloot |
2009-07-18 | Changed the order of name and age in the toString method | Roel Spilker |
2009-07-18 | Added text for the Synchronized annotation to the features pages. Also did so... | Reinier Zwitserloot |
2009-07-18 | Added Cleanup features text. | Reinier Zwitserloot |
2009-07-17 | Added documentation for the @Data annotation. Also fixed whitespace issues in... | Reinier Zwitserloot |
2009-07-12 | Example for the @Data annotation. | Reinier Zwitserloot |
2009-07-11 | Added examples with pre and post lombok conversion for the website. | Reinier Zwitserloot |