Creates a new SomeClassProxy object.paramimpl The implementation object for this proxy. this.impl = impl;
this.impl = impl;
seeoreilly.hcj.proxies.SomeClass#someMethod() this.impl.someMethod();
this.impl.someMethod();
seeoreilly.hcj.proxies.SomeClass#someOtherMethod(java.lang.String) this.impl.someOtherMethod(text);
this.impl.someOtherMethod(text);