Searched refs:forInjectionPoints (Results 1 – 4 of 4) sorted by relevance
190 return Dependency.forInjectionPoints(builder.build()); in getInternalDependencies()221 return Dependency.forInjectionPoints( in getDependencies()
74 : Dependency.forInjectionPoints(injectionPoints); in getDependencies()
92 : Dependency.forInjectionPoints(injectionPoints); in getDependencies()
61 public static Set<Dependency<?>> forInjectionPoints(Set<InjectionPoint> injectionPoints) { in forInjectionPoints() method in Dependency