ClassTransform
ClassTransform copied to clipboard
A lightweight, mixin like injection lib using ASM
Results
2
ClassTransform issues
Sort by
recently updated
recently updated
newest added
MixinExtras is on its way to become a standard within Mixin circles, and it would be handy if people coming to ClassTransform from Mixin could use the MixinExtras annotations they...
Accessor
5
Is there a way to implement non-Transformer-Class access to a class's non-public fields? I have come up with a solution: in OtherClass: `((FooTransformer) (Object) fooInstance).bar(); ` in FooTransformer: `@CShadow(makePublic =...