Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DependencyAndSource> |
ProvisionListenerStackCallback.Provision.getDependencyChain()
Deprecated.
|
(package private) java.util.List<DependencyAndSource> |
InternalContext.getDependencyChain()
Returns the current dependency chain (all the state stored in the dependencyStack).
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<DependencyAndSource> |
ProvisionListener.ProvisionInvocation.getDependencyChain()
Deprecated.
This method is planned for removal in Guice 4.4. Some use cases can be replaced
by inferring the current chain via ThreadLocals in the listener, other use cases can use
the static dependency graph. For example,
|