Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DConstructorBindingImpl.java47 private final InjectionPoint constructorInjectionPoint; field in ConstructorBindingImpl
56 InjectionPoint constructorInjectionPoint) { in ConstructorBindingImpl() argument
59 this.constructorInjectionPoint = constructorInjectionPoint; in ConstructorBindingImpl()
66 InjectionPoint constructorInjectionPoint, in ConstructorBindingImpl() argument
71 new DefaultConstructionProxyFactory<T>(constructorInjectionPoint).create(); in ConstructorBindingImpl()
72 this.constructorInjectionPoint = constructorInjectionPoint; in ConstructorBindingImpl()
155 (ConstructorInjector<T>) injector.constructors.get(constructorInjectionPoint, errors); in initialize()
169 return constructorInjectionPoint; in getInternalConstructor()
177 builder.add(constructorInjectionPoint); in getInternalDependencies()
183 constructorInjectionPoint.getDeclaringType())); in getInternalDependencies()
[all …]