aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleFieldNameConstants.java
AgeCommit message (Expand)Author
2019-01-29[fixes #2024] FieldNameConstants was causing lots of problems in eclipse, esp...Reinier Zwitserloot
2018-11-01[trivial] error out on mismatch between FieldNameConstants asEnum flag and ac...Reinier Zwitserloot
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it do...Reinier Zwitserloot
2018-07-29code impl of FieldNameConstants rewrite + test updates for itReinier Zwitserloot
2018-06-04FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be...Reinier Zwitserloot
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot
2014-10-03Added copyright headerMichiel Verheul
2014-10-03New Annotation: FieldNameConstants.michiel