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