aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/Builder.html
AgeCommit message (Collapse)Author
2020-03-05[trivial] minor updates to Jacksonized docs.Reinier Zwitserloot
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ↵Reinier Zwitserloot
nullchecks.
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
2019-12-11[builder] setterPrefix option code review, formatting cleanup, and docsReinier Zwitserloot
2019-07-16[website] [fixes #2167] be more clear about how the constructor generation ↵Reinier Zwitserloot
interacts if both `@Value` and `@Builder` are on the same class.
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is ↵Reinier Zwitserloot
now called `$value` in order to convey that you shouldnt manually mess with it.
2019-07-09[builder] added a feature: you can now configure builder class name via the ↵Reinier Zwitserloot
config system
2019-05-01[fixes #2083] adds feature ‘access level’ to `@Builder`Reinier Zwitserloot
2019-03-25[fixes #2046] you can now suppress the builder() method, useful if you only ↵Reinier Zwitserloot
want toBuilder(). Also suppresses the warnings about any missing Builder.Default annotations.
2019-02-19[issue #2039] update docs to warn about a javac peculiarity for named static ↵Reinier Zwitserloot
imports.
2018-09-18updated docs to reflect change to copyable annotationsReinier Zwitserloot
2018-08-02[website] added some ugly docs on how to interop jackson and builder. We ↵Reinier Zwitserloot
need to make this prettier later and add the magic for how to interop Singular with Jackson later.
2018-07-03[Fixes #1347] issues with no-args constructor and Builder.Default now ↵Reinier Zwitserloot
documented and fixed.
2017-05-29website build script updated to work with new template based website.Reinier Zwitserloot
2017-05-29The great rename: the old ‘website’ is now ‘website-old’, and ↵Reinier Zwitserloot
‘website2’ is now ‘website’.