Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DependencyAndSource> |
InternalContext.getDependencyChain()
Returns the current dependency chain (all the state).
|
java.util.List<DependencyAndSource> |
ProvisionListenerStackCallback.Provision.getDependencyChain() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<DependencyAndSource> |
ProvisionListener.ProvisionInvocation.getDependencyChain()
Returns the dependency chain that led to this object being provisioned.
|