Home
last modified time | relevance | path

Searched defs:DelegatingInvocationHandler (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DDelegatingInvocationHandler.java24 class DelegatingInvocationHandler<T> implements InvocationHandler { class
/external/guava/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java114 private static class DelegatingInvocationHandler extends AbstractInvocationHandler class in AbstractInvocationHandlerTest
118 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler