Age | Commit message (Collapse) | Author |
|
super.
|
|
does by hand and lombok fills in whatever is missing.
|
|
Customizable SuperBuilder
|
|
(module-info) style projects.
|
|
|
|
|
|
|
|
|
|
janrieke-superToBuilder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need to make this prettier later and add the magic for how to interop Singular with Jackson later.
|
|
|
|
|
|
otherwise gradle compile will fail.
|
|
documented and fixed.
|
|
of payoneer. Also, typos.
|
|
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.
|
|
lombok’s log annotations.
|
|
|
|
|
|
EqualsAndHashCode
|
|
|
|
how lombok’s execution path works. See pull request #71
|
|
|
|
|
|
|
|
forgot for some reason...
|
|
upcoming talks section.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|