Age | Commit message (Expand) | Author |
2020-06-23 | [trivial] typos in javadoc | Reinier Zwitserloot |
2020-02-15 | [issue #2368] [withBy] support for javac | Reinier Zwitserloot |
2020-02-08 | setter prefixes for SuperBuilder | Jan Rieke |
2019-08-27 | [With] renaming lombok.experimental.Wither to lombok.experimental.With | Reinier Zwitserloot |
2019-03-26 | [#2046] Extend suppress builder feature to `@SuperBuilder` | Reinier Zwitserloot |
2019-03-25 | [javadoc] new javadoc tools, new boneheaded mistakes. Seemingly nobody gives ... | Reinier Zwitserloot |
2019-02-19 | [issue #2039] update docs to warn about a javac peculiarity for named static ... | Reinier Zwitserloot |
2018-09-09 | SuperBuilder toBuilder; test cases | Jan Rieke |
2018-07-29 | code impl of FieldNameConstants rewrite + test updates for it | Reinier Zwitserloot |
2018-06-13 | Merge branch 'janrieke-superBuilder' | Reinier Zwitserloot |
2018-06-04 | FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be... | Reinier Zwitserloot |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot |
2018-04-04 | Merge branch 'FieldNameConstants' of https://github.com/cheelio/lombok into c... | Reinier Zwitserloot |
2018-04-04 | introduction of `@SuperBuilder` and a testcase. | Reinier Zwitserloot |
2018-02-07 | As we’re preparing to release v2, we want to delete the experimental editio... | Reinier Zwitserloot |
2018-02-07 | [var] various upgrades to var: | Reinier Zwitserloot |
2017-06-13 | Javadoc now builds without warnings. All links to external javadoc replaced w... | Reinier Zwitserloot |
2017-06-13 | All references in javadoc to projectlombok.org URLs now use the canonical URL. | Reinier Zwitserloot |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named a... | Reinier Zwitserloot |
2016-12-05 | Fixes #1254: Value and FieldDefaults should skip static fields | Roel Spilker |
2016-10-26 | The @var annotation has been moved to the experimental package. | Bulgakov Alexander |
2015-11-16 | Merge branch 'pr-builder-on-instance-methods' of https://github.com/enriqueda... | Reinier Zwitserloot |
2015-08-13 | Added new feature: @Helper including both annotations and tests. | Reinier Zwitserloot |
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker |
2015-03-31 | Allow @Builder on instance methods | Enrique da Costa Cambio |
2015-02-02 | added impl for @UtilityClass. | Reinier Zwitserloot |
2015-02-02 | Merge branch 'master' of https://github.com/luanpotter/lombok into utility-class | Reinier Zwitserloot |
2014-12-08 | moved builder to core package (deprecated old one, created new one, added ali... | Reinier Zwitserloot |
2014-12-08 | Added @UtilityClass annotation and javac handler | Luan Nico |
2014-10-03 | Added copyright header | Michiel Verheul |
2014-10-03 | Moved FieldNameConstants to experimental | Michiel Verheul |
2014-06-01 | Fixed up and extended Tolerate with support for constructors, and added docs. | Reinier Zwitserloot |
2014-05-31 | Implement Tolerate. | Maaartin Grajcar |
2014-05-20 | @Delegate has moved to lombok.experimental. | Reinier Zwitserloot |
2014-03-26 | [i659] suppression of @ConstructorProperties should use config instead. Also ... | Roel Spilker |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'... | Reinier Zwitserloot |
2014-01-18 | [configuration] initial batch of configuration keys, primarily for flag usages. | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2013-07-16 | * Fixed issues with @FieldDefaults and @Value (you can NOT override | Reinier Zwitserloot |
2013-06-25 | and added some more javadoc to point at the new main package variant | Reinier Zwitserloot |
2013-06-25 | ... and now that @Value has been promoted to the main package, the old experi... | Reinier Zwitserloot |
2013-06-16 | Eclipse Builder implementation finished. Tests need fleshing out though. | Reinier Zwitserloot |
2013-06-16 | First steps Builder support | Reinier Zwitserloot |
2013-02-18 | Changed @Value to no longer imply @Wither. Usually you want only | Reinier Zwitserloot |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2012-11-17 | Updated the javadoc of each and every feature annotation that lombok has: | Reinier Zwitserloot |
2012-11-12 | Fixed two minor javadoc typos in @Getter and @Value. | Reinier Zwitserloot |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-08-10 | * Added priorities to handlers, along with implementation of the priority sys... | Reinier Zwitserloot |