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
225 class MyInvocationHandler implements InvocationHandler { class228 public MyInvocationHandler(Object obj) { in MyInvocationHandler() method in MyInvocationHandler
53 static class MyInvocationHandler implements InvocationHandler { class in ReturnsAndArgPassing