Home
last modified time | relevance | path

Searched refs:EmptyInvocationHandler (Results 1 – 1 of 1) sorted by relevance

/art/test/165-lock-owner-proxy/src/
DMain.java31 new Class[] { SimpleInterface.class }, new EmptyInvocationHandler()); in main()
57 private static class EmptyInvocationHandler implements InvocationHandler { class in Main