aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/experimental/FieldNameConstants.html
AgeCommit message (Collapse)Author
2019-05-01[issue #2092] Add an uppercase option to FieldNameConstantsReinier Zwitserloot
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-07-29docs for the redesigned FieldNameConstants.Reinier Zwitserloot
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-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot