Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named ↵ | Reinier Zwitserloot | |
args. | |||
2016-12-05 | Fixes #1254: Value and FieldDefaults should skip static fields | Roel Spilker | |
2016-11-21 | Finish documentation on `var` | Roel Spilker | |
2016-10-31 | added var.html | Bulgakov Alexander | |
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-11-23 | [Fixes #945] wither methods for abstract classes now slightly less useless. | Reinier Zwitserloot | |
2015-10-06 | New feature: FieldDefaults can now be configured to apply to _every_ file, ↵ | Reinier Zwitserloot | |
regardless of annotations. | |||
2015-08-16 | Added documentation for @Helper | Reinier Zwitserloot | |
2015-02-04 | copyright header updates for web docs. | Reinier Zwitserloot | |
2015-02-02 | added impl for @UtilityClass. | Reinier Zwitserloot | |
2015-01-27 | ressurected the experimental variant of the Value webpage, which now ↵ | Reinier Zwitserloot | |
explains its been promoted and links to the new docs. | |||
2015-01-26 | updated copyright year in documentation | Reinier Zwitserloot | |
2015-01-26 | documentation for @Singular. | Reinier Zwitserloot | |
2014-05-22 | added documentation for the configuration feature. | Reinier Zwitserloot | |
2014-05-21 | New year in documentation | Roel Spilker | |
2014-05-21 | Added an error if @Delegate is used recursively. | Reinier Zwitserloot | |
2014-05-20 | @Delegate has moved to lombok.experimental. | Reinier Zwitserloot | |
Some work on the aliasing system to make that go smoothly. | |||
2014-04-29 | added docs for the new onParam feature on EqualsAndHashCode, and some tiny ↵ | Reinier Zwitserloot | |
stylistic nitpicking. | |||
2014-03-26 | [i659] suppression of @ConstructorProperties should use config instead. Also ↵ | Roel Spilker | |
modified all onX examples to use two underscores. | |||
2013-10-27 | [issue 598] JDK8 update broke assignment-with-operator in delombok. | Reinier Zwitserloot | |
2013-07-16 | bumped version | Reinier Zwitserloot | |
2013-07-16 | * Fixed issues with @FieldDefaults and @Value (you can NOT override | Reinier Zwitserloot | |
@Value's final-by-default and private-by-default with it; now appropriate warnings are emitted) * Builder now errors out on presence of most lombok annotations on an explicit builder class. * Builder now takes @FieldDefaults/@Value into account. * Builder on type now generates the constructor as package private instead of private to avoid synthetic accessor constructors. * added a bunch of test cases. * added a test case feature: If the expected file is omitted entirely but there are expected messages, the differences in the output itself are ignored. * streamlined checking for boolean-ness (removed some duplicate code) * added 'fluent' and 'chain' to @Builder. | |||
2013-07-08 | Fixed value's snippet integration (it hadn't been updated yet now that Value ↵ | Reinier Zwitserloot | |
has moved from experimental into core). | |||
2013-06-25 | Value has been promoted to the main package. | Reinier Zwitserloot | |
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot | |
Added toString() impl for builders in both eclipse and javac. Added all documentation, though it'll need some reviewing. | |||
2013-02-18 | Changed @Value to no longer imply @Wither. Usually you want only | Reinier Zwitserloot | |
a few or no withers at all, and adding them is a lot simpler than removing them. This is a breaking change, but then that's why @Value was in experimental in the first place. | |||
2013-02-18 | whoops, belated push and fixes to the documentation of onX | Reinier Zwitserloot | |
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-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot | |
Now to actually write the feature (Well, rescue it from the onX-removal tag). | |||
2012-08-13 | Documentation for @Value, @FieldDefaults, @Wither | Reinier Zwitserloot | |
2012-06-18 | Added documentation for @ExtensionMethod feature | Reinier Zwitserloot | |
2012-03-27 | fixes for 'ant website' build target. Also fixing some errors in javadoc. | Reinier Zwitserloot | |
2012-03-21 | Documentation for new @Accessors feature as well as the API (the annotation ↵ | Reinier Zwitserloot | |
in experimental package). |