Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
in the face of already present ones. | |||
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 | |
Also fixed up style and docs, and updated behaviour when using `@Builder(inherit = true)` to error if you have no parent class. | |||
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 ↵ | Reinier Zwitserloot | |
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages. | |||
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 ↵ | Reinier Zwitserloot | |
https://github.com/enriquedacostacambio/lombok into enriquedacostacambio-pr-builder-on-instance-methods Conflicts: AUTHORS src/core/lombok/Builder.java src/core/lombok/eclipse/handlers/HandleBuilder.java src/core/lombok/javac/handlers/HandleBuilder.java | |||
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 ↵ | Reinier Zwitserloot | |
alias). |