Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DInternalContext.java116 void popStateAndSetDependency(Dependency<?> newDependency) { in popStateAndSetDependency() argument
118 this.dependency = newDependency; in popStateAndSetDependency()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java105 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