Home
last modified time | relevance | path

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

/art/test/044-proxy/src/
DWrappedThrow.java30 InvocationHandler handler = new WTInvocationHandler(mix); in main()
178 class WTInvocationHandler implements InvocationHandler { class
181 public WTInvocationHandler(Object obj) { in WTInvocationHandler() method in WTInvocationHandler