Uses of Class
com.google.inject.spi.DependencyAndSource
-
Packages that use DependencyAndSource Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of DependencyAndSource in com.google.inject.internal
Methods in com.google.inject.internal that return types with arguments of type DependencyAndSource Modifier and Type Method Description (package private) java.util.List<DependencyAndSource>
InternalContext. getDependencyChain()
Returns the current dependency chain (all the state stored in the dependencyStack).java.util.List<DependencyAndSource>
ProvisionListenerStackCallback.Provision. getDependencyChain()
Deprecated. -
Uses of DependencyAndSource in com.google.inject.spi
Methods in com.google.inject.spi that return types with arguments of type DependencyAndSource Modifier and Type Method Description abstract java.util.List<DependencyAndSource>
ProvisionListener.ProvisionInvocation. getDependencyChain()
Deprecated.This method is planned for removal in Guice 4.4.
-