Age | Commit message (Expand) | Author |
2019-12-11 | [builder] setterPrefix option code review, formatting cleanup, and docs | Reinier Zwitserloot |
2019-09-11 | Explicitly recommend against prefixes | Caleb Brinkman |
2019-07-10 | Add setterPrefix to Builder annotation | Caleb Brinkman |
2019-07-09 | [builder] added a feature: you can now configure builder class name via the c... | Reinier Zwitserloot |
2019-05-01 | [fixes #2083] adds feature ‘access level’ to `@Builder` | Reinier Zwitserloot |
2019-03-26 | [#2046] Extend suppress builder feature to `@SuperBuilder` | Reinier Zwitserloot |
2019-02-02 | fix doc for Builder | inabajunmr |
2018-11-05 | [fixes #1912] clarifying builder’s behaviour about generating constructors ... | Reinier Zwitserloot |
2018-04-04 | introduction of `@SuperBuilder` and a testcase. | Reinier Zwitserloot |
2018-03-28 | Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-master | Reinier Zwitserloot |
2017-08-08 | Fix @Builder complete doc link. | Jakob van Kruijssen |
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-20 | Fixing issue #1201: Builder now supports defaults! | Reinier Zwitserloot |
2017-03-13 | activate extendable builders explicitly (ensure backwards compatibility) | Jan Rieke |
2017-03-07 | [wip] reworking how builder works with initialized fields. | Reinier Zwitserloot |
2017-02-15 | builder-based constructors for type @Builders [Eclipse] | Jan Rieke |
2015-12-18 | fix #986: add @Target and @Retention to @Builder.ObtainVia | Roel Spilker |
2015-11-16 | Merge branch 'pr-builder-on-instance-methods' of https://github.com/enriqueda... | Reinier Zwitserloot |
2015-07-27 | [trivial] some updates to the javadoc of @Builder. | Reinier Zwitserloot |
2015-07-16 | TypeLibrary now compatible with inner types. | 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 |
2014-12-08 | moved builder to core package (deprecated old one, created new one, added ali... | Reinier Zwitserloot |