aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/experimental
AgeCommit message (Collapse)Author
2019-05-01[issue #2092] Add an uppercase option to FieldNameConstantsReinier Zwitserloot
2019-02-19[issue #2039] update docs to warn about a javac peculiarity for named static ↵Reinier Zwitserloot
imports.
2019-01-21typoJan
2019-01-21toBuilder required for all superclasses; removed Singular smallprintJan 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-24SuperBuilder: feature historyJan Rieke
2018-09-24SuperBuilder: customization documentationJan Rieke
2018-09-24SuperBuilder toBuilder documentationJan Rieke
2018-09-18updated docs to reflect change to copyable annotationsReinier Zwitserloot
2018-07-29docs 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-13Merge 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-06next lombok version is 1.18.1Jan Rieke
2018-06-04FieldNameConstants 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-01next lombok version is 0.16.23Jan Rieke
2018-06-01support @Builder.DefaultJan Rieke
2018-04-22@SuperBuilder documentation for websiteJan Rieke
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot
2018-03-27Fixes #1608: give pages a titleRoel Spilker
2018-03-21fixed 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-26solved some bugs in our site.Reinier Zwitserloot
2017-10-15Update FieldDefaults.htmlFerenc Czina
2017-10-02add ids to h1/h2/h3 for linking directly to themRoel Spilker
2017-05-29video now has a poster.Reinier Zwitserloot
2017-05-29The great rename: the old ‘website’ is now ‘website-old’, and ↵Reinier Zwitserloot
‘website2’ is now ‘website’.