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