Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
the With promotion.
|
|
|
|
config system
|
|
|
|
|
|
|
|
imports.
|
|
|
|
|
|
instead of a static class.
|
|
|
|
does by hand and lombok fills in whatever is missing.
|
|
|
|
|
|
|
|
|
|
|
|
SuperBuilder.html.
|
|
|
|
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
forgot for some reason...
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
‘website2’ is now ‘website’.
|