Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DConstructorInjector.java36 private final ConstructionProxy<T> constructionProxy; field in ConstructorInjector
40 ConstructionProxy<T> constructionProxy, in ConstructorInjector() argument
44 this.constructionProxy = constructionProxy; in ConstructorInjector()
54 return constructionProxy; in getConstructionProxy()
105 t = constructionProxy.newInstance(parameters);
122 throw errors.withSource(constructionProxy.getInjectionPoint())
DConstructorBindingImpl.java61 ConstructionProxy<T> constructionProxy in ConstructorBindingImpl() local
65 injectionPoints, constructionProxy, null, null); in ConstructorBindingImpl()
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java53 ConstructionProxy<Simple> constructionProxy = factory.create(); in testSimpleCase() local
55 Simple simple = constructionProxy.newInstance(); in testSimpleCase()
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...