Searched refs:Target127 (Results 1 – 2 of 2) sorted by relevance
3 public class Target127 { class
463 proxyFactory.setInterfaces(new Class[]{ Target127.Sub.class }); in testJIRA127()464 …Target127.Sub proxy = (Target127.Sub)proxyFactory.create(new Class[0], new Object[0], new MethodHa… in testJIRA127()469 ((Target127.Super)proxy).item(); // proxyFactory must generate a bridge method. in testJIRA127()470 ((Target127.Sub)proxy).item(); in testJIRA127()