Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-01 | [issue #2092] Add an uppercase option to FieldNameConstants | Reinier Zwitserloot | |
2019-02-19 | [issue #2039] update docs to warn about a javac peculiarity for named static ↵ | Reinier Zwitserloot | |
imports. | |||
2019-01-21 | typo | Jan | |
2019-01-21 | toBuilder required for all superclasses; removed Singular smallprint | Jan Rieke | |
2018-12-17 | [website] updated docs of FieldNameConstants to show how to generate an enum ↵ | Reinier Zwitserloot | |
instead of a static class. | |||
2018-11-12 | [issue #1938] addressing some small issues with the documentation. | Reinier Zwitserloot | |
2018-11-01 | [feature] FieldNameConstants now works like Builder: Make whatever bits it ↵ | Reinier Zwitserloot | |
does by hand and lombok fills in whatever is missing. | |||
2018-09-24 | SuperBuilder: feature history | Jan Rieke | |
2018-09-24 | SuperBuilder: customization documentation | Jan Rieke | |
2018-09-24 | SuperBuilder toBuilder documentation | Jan Rieke | |
2018-09-18 | updated docs to reflect change to copyable annotations | Reinier Zwitserloot | |
2018-07-29 | docs for the redesigned FieldNameConstants. | Reinier Zwitserloot | |
2018-06-13 | [trivial] make the website build again, bugfix in template loading of ↵ | Reinier Zwitserloot | |
SuperBuilder.html. | |||
2018-06-13 | Merge branch 'janrieke-superBuilder' | Reinier Zwitserloot | |
2018-06-13 | [SuperBuilder] code review, style update, making it JDK1.6 compatible, ↵ | Reinier Zwitserloot | |
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain. | |||
2018-06-06 | next lombok version is 1.18.1 | Jan Rieke | |
2018-06-04 | FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can ↵ | Reinier Zwitserloot | |
be configured both on the annotation itself and via a config key. This totally breaks compatibility with the previous lombok release, but, hey, it’s in experimental and it’s been one week. This is better. | |||
2018-06-01 | next lombok version is 0.16.23 | Jan Rieke | |
2018-06-01 | support @Builder.Default | Jan Rieke | |
2018-04-22 | @SuperBuilder documentation for website | Jan Rieke | |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot | |
2018-03-27 | Fixes #1608: give pages a title | Roel Spilker | |
2018-03-21 | fixed ExtensionMethod example to return T (generic type) , seem to remove or ↵ | Daniel | |
forgot for some reason... | |||
2018-02-07 | [var] various upgrades to var: | Reinier Zwitserloot | |
* var is promoted to the main package. * It is no longer an opt-in thing. * bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that. * tests both for the multi-for situation and the new main package variant. | |||
2017-10-26 | solved some bugs in our site. | Reinier Zwitserloot | |
2017-10-15 | Update FieldDefaults.html | Ferenc Czina | |
2017-10-02 | add ids to h1/h2/h3 for linking directly to them | Roel Spilker | |
2017-05-29 | video now has a poster. | Reinier Zwitserloot | |
2017-05-29 | The great rename: the old ‘website’ is now ‘website-old’, and ↵ | Reinier Zwitserloot | |
‘website2’ is now ‘website’. |