Searched refs:EmptyInvocationHandler (Results 1 – 1 of 1) sorted by relevance
31 new Class[] { SimpleInterface.class }, new EmptyInvocationHandler()); in main()57 private static class EmptyInvocationHandler implements InvocationHandler { class in Main