zhuweimazp
Results
1
comments of
zhuweimazp
I've defined the following interface to load using the boot classloader ```java public interface SpyDispatcher { public abstract void dispatcher(Object self,Object[] parameter,Object returnObj); } ``` The interface is implemented in...