aboutsummaryrefslogtreecommitdiff
path: root/src/utils/lombok/core/FieldAugment.java
AgeCommit message (Collapse)Author
2020-12-20[tests] Support javadoc in ecj testsRawi01
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all ↵Reinier Zwitserloot
reflective access via a class that uses sun.misc.Unsafe to arrange access. From the nqzero permit-reflect library.
2014-06-05Finished refactor of FieldAugment; there's no longer a separate variant for ↵Roel Spilker
boolean and references, and the code no longer blows up with a bunch of NPEs if you try to use the reference variant (which is now the only variant) with a primitive type. Should have zero effect on features or bugs, 100% refactor.