Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java34 List<DelegatingInvocationHandler<T>> invocationHandlers; field in ConstructionContext
58 invocationHandlers = null; in finishConstruction()
70 if (invocationHandlers == null) { in createProxy()
71 invocationHandlers = new ArrayList<>(); in createProxy()
75 invocationHandlers.add(invocationHandler); in createProxy()
89 if (invocationHandlers != null) { in setProxyDelegates()
90 for (DelegatingInvocationHandler<T> handler : invocationHandlers) { in setProxyDelegates()
94 invocationHandlers = null; in setProxyDelegates()