Searched defs:MyInvocationHandler (Results 1 – 3 of 3) sorted by relevance
54 class MyInvocationHandler implements InvocationHandler { class57 public MyInvocationHandler(Proxied proxied) { in MyInvocationHandler() method in MyInvocationHandler
229 class MyInvocationHandler implements InvocationHandler { class232 public MyInvocationHandler(Object obj) { in MyInvocationHandler() method in MyInvocationHandler
53 static class MyInvocationHandler implements InvocationHandler { class in ReturnsAndArgPassing