aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/experimental/FieldNameConstants.java
AgeCommit message (Collapse)Author
2019-03-25[javadoc] new javadoc tools, new boneheaded mistakes. Seemingly nobody gives ↵Reinier Zwitserloot
a toss about this tool over at oracle? Used some hacks to work around the worst offenses.
2018-07-29code impl of FieldNameConstants rewrite + test updates for itReinier 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
2014-10-03Added copyright headerMichiel Verheul
2014-10-03Moved FieldNameConstants to experimentalMichiel Verheul
Added Copyright headers