Searched refs:newDependency (Results 1 – 2 of 2) sorted by relevance
116 void popStateAndSetDependency(Dependency<?> newDependency) { in popStateAndSetDependency() argument118 this.dependency = newDependency; in popStateAndSetDependency()
105 newDependency(key, Nullability.allowsNull(annotations), -1)); in InjectionPoint()119 dependencies.add(newDependency(key, Nullability.allowsNull(parameterAnnotations), index)); in forMember()133 private <T> Dependency<T> newDependency(Key<T> key, boolean allowsNull, int parameterIndex) { in newDependency() method in InjectionPoint