Commit Graph
10 Commits
Author SHA1 Message Date
Roel Spilker 0727c8bfd3 Fixes #1254: Value and FieldDefaults should skip static fields 2016-12-05 22:23:39 +01:00
Reinier Zwitserloot 6cec66eb2b Fixed the HTML title tags of the experimental pages; they were inconsistent. 2016-06-02 17:33:21 +02:00
Reinier Zwitserloot 4daf9bf81b updated year to 2016 in copyrights. 2016-03-07 15:26:16 +01:00
Reinier Zwitserloot 9d8c4e4099 New feature: FieldDefaults can now be configured to apply to _every_ file, regardless of annotations. 2015-10-06 00:25:32 +02:00
Reinier Zwitserloot 75da1e2481 updated copyright year in documentation 2015-01-26 08:47:39 +01:00
Reinier Zwitserloot b6ce9410b1 added documentation for the configuration feature. 2014-05-22 03:31:18 +02:00
Roel Spilker 8238144393 New year in documentation 2014-05-21 21:52:04 +02:00
Reinier Zwitserloot 4996428ea1 @Delegate has moved to lombok.experimental.
Some work on the aliasing system to make that go smoothly.
2014-05-20 23:43:08 +02:00
Reinier Zwitserloot aafd83079a BIG commit:
* 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.
2013-02-11 22:34:48 +01:00
Reinier Zwitserloot 8850798a04 Documentation for @Value, @FieldDefaults, @Wither 2012-08-13 00:11:02 +02:00