Creates a new SomeClassProxy object.paramimpl The implementation object for this proxy. this.impl = impl;
this.impl = impl;
Gets the value of the property invocationCount.returnThe current value of invocationCount return invocationCount;
return invocationCount;
seeoreilly.hcj.proxies.SomeClass#someMethod() this.invocationCount++; this.impl.someMethod();
this.invocationCount++; this.impl.someMethod();
seeoreilly.hcj.proxies.SomeClass#someOtherMethod(java.lang.String) this.invocationCount++; this.impl.someOtherMethod(text);
this.invocationCount++; this.impl.someOtherMethod(text);