-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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 = true) public abstract void bar();
instead of the unsupported fooInstance.bar(); 。 Is this possible?
Metadata
Metadata
Assignees
Labels
No labels