Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Fixes #1254: Value and FieldDefaults should skip static fields | Roel Spilker | |
2016-06-02 | Fixed the HTML title tags of the experimental pages; they were inconsistent. | Reinier Zwitserloot | |
2016-03-07 | updated year to 2016 in copyrights. | Reinier Zwitserloot | |
2015-10-06 | New feature: FieldDefaults can now be configured to apply to _every_ file, ↵ | Reinier Zwitserloot | |
regardless of annotations. | |||
2015-01-26 | updated copyright year in documentation | Reinier Zwitserloot | |
2014-05-22 | added documentation for the configuration feature. | Reinier Zwitserloot | |
2014-05-21 | New year in documentation | Roel Spilker | |
2014-05-20 | @Delegate has moved to lombok.experimental. | Reinier Zwitserloot | |
Some work on the aliasing system to make that go smoothly. | |||
2013-02-11 | BIG commit: | Reinier Zwitserloot | |
* re-introduction of onMethod/onConstructor/onParam * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism. * Updated copyright headers of website to 2013. | |||
2012-08-13 | Documentation for @Value, @FieldDefaults, @Wither | Reinier Zwitserloot | |