Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-07 | Changed copyright notices | Roel Spilker | |
2011-08-31 | Fix GWT instructions. | Stephen Haberman | |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type ↵ | Roel Spilker | |
incapabilities. Issue #251 | |||
2011-06-20 | Minor tweaks to documentation updates (javadocs, website). | Reinier Zwitserloot | |
2011-05-30 | Some small typofixes for the website feature docs. | Reinier Zwitserloot | |
2011-02-28 | Issue 192: Add documentation for onMethod=, onParam, onConstructor | grootjans | |
still have to make a minor edit in the pre/post files | |||
2011-02-07 | Added documentation for @Delegate. This fixes issue 189 | grootjans | |
2010-11-18 | Added documentation for val and @Getter(lazy=true) and updated docs for Log ↵ | Reinier Zwitserloot | |
and EqualsAndHashCode to reflect new lombok 0.10 features. | |||
2010-11-06 | Updated website documentation to include @Log | Roel Spilker | |
2010-07-20 | Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, ↵ | Reinier Zwitserloot | |
@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. | |||
2009-11-27 | Added documentation for delombok. | Reinier Zwitserloot | |
2009-07-29 | Corrected 'licence' to 'license' which is a far more popular spelling. | Reinier Zwitserloot | |
2009-07-28 | Added website feature documentation for @ToString and @EqualsAndHashCode, ↵ | Reinier Zwitserloot | |
and modified the docs for @Data to refer to the docs of these new annotations. The build script for the website has been updated to clean out the website build dir first, so files that used to exist but have now been tossed are no longer there. There's also a special website-no-videos target which builds a website deployable without the videos. This makes the upload a lot faster if the videos haven't changed. | |||
2009-07-22 | Added google analytics tracking. | Reinier Zwitserloot | |
2009-07-22 | Added a link to javadoc. | Reinier Zwitserloot | |
2009-07-18 | Added credits page. | Reinier Zwitserloot | |
2009-07-18 | More work on making that godawful excuse for a browser, IE6, render this ↵ | Reinier Zwitserloot | |
stuff at least halfway readable. It's not nearly as cool as on proper browsers, but IE6 users can go stuff themselves. | |||
2009-07-18 | Site now looks passable in IE6 and IE7 too. | Reinier Zwitserloot | |
2009-07-17 | Very minor typos in Data/GetterSetter, added an index page for the features ↵ | Reinier Zwitserloot | |
overview, and increased transparancy on the pepper background. |