aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleUtilityClass.java
AgeCommit message (Expand)Author
2023-01-09[fixes #3274] Reset erasure_field of symbolRawi01
2022-01-30[fixes #3097] Update inner class type when creating a static classRawi01
2021-04-18Merge branch 'enter-types-methods-fields' of git://github.com/Rawi01/lombok i...Reinier Zwitserloot
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2021-02-01[fixes #1538] Use Enter and MemberEnter to update type mirrorsRawi01
2021-01-28[fixes #2691] Add end positions to all generated nodesRawi01
2020-09-10Add record supportRawi01
2020-06-25Fix UtilityClass test caseRawi01
2020-03-15[UtilityClass] [issue #2384] Added a test to confirm no issue.Reinier Zwitserloot
2017-02-14Fixes issue #1287 - if a field gets marked as static via `@UtilityClass`, don...Reinier Zwitserloot
2017-01-19added type mirror fixing for `@XConstructor` and `@Wither`.Reinier Zwitserloot
2015-08-13fixing typo in constant name of utility class config flag.Reinier Zwitserloot
2015-02-04@UtilityClass handlers now more intelligent about inner types of implicitly s...Reinier Zwitserloot
2015-02-02added impl for @UtilityClass.Reinier Zwitserloot
2014-12-08Added @UtilityClass annotation and javac handlerLuan Nico