Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java88 public void setProxyDelegates(T delegate) { in setProxyDelegates() method in ConstructionContext
DProviderInternalFactory.java89 constructionContext.setProxyDelegates(t);
DConstructorInjector.java115 constructionContext.setProxyDelegates(t);
DInternalProviderInstanceBindingImpl.java186 constructionContext.setProxyDelegates(t);
DSingletonScope.java164 constructionContext.setProxyDelegates(provided); in scope()