Package | Description |
---|---|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and Description |
---|---|
abstract 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,
|
Copyright © 2006–2019 Google, Inc.. All rights reserved.