Age | Commit message (Collapse) | Author |
|
This should help with making any annotation processors that run after lombok to 'see' the changes lombok caused properly.
|
|
|
|
|
|
to address the build so that this causes errors.
|
|
|
|
Currently lombok crashes when building with OpenJ9 JDK as described in #2414
It is due to the `override` field offset from Fake.class doesn't match actual offset value for AccessibleObject.class in OpenJ9
This change is to support the OpenJ9 Field layout algorithm.
|
|
permit-reflect library which is inspiring our shenanigans :)
|
|
‘type use’ of a parameter (and, in case of arrays, on the outermost dimension which is actually the first one listed. Weird corner case of the JLS).
|
|
reflective access via a class that uses sun.misc.Unsafe to arrange access. From the nqzero permit-reflect library.
|