Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DConstructorBindingImpl.java73 factory.constructorInjector = in ConstructorBindingImpl()
85 InjectionPoint constructorInjector, in create() argument
96 constructorInjector == null in create()
98 : (Class) constructorInjector.getDeclaringType().getRawType(); in create()
113 if (constructorInjector == null) { in create()
115 constructorInjector = InjectionPoint.forConstructorOf(key.getTypeLiteral()); in create()
116 if (failIfNotExplicit && !hasAtInject((Constructor) constructorInjector.getMember())) { in create()
126 Class<?> annotatedType = constructorInjector.getMember().getDeclaringClass(); in create()
142 injector, key, source, scopedFactory, scoping, factoryFactory, constructorInjector); in create()
154 factory.constructorInjector = in initialize()
[all …]
DConstructorInjectorStore.java35 protected ConstructorInjector<?> create(InjectionPoint constructorInjector, Errors errors)
37 return createConstructor(constructorInjector, errors);
46 public ConstructorInjector<?> get(InjectionPoint constructorInjector, Errors errors) in get() argument
48 return cache.get(constructorInjector, errors); in get()
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...