Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | [wip] reworking how builder works with initialized fields. | Reinier Zwitserloot | |
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). |