ConstructorBinding<T>
, ConvertedConstantBinding<T>
, ExposedBinding<T>
, InstanceBinding<T>
, ProviderInstanceBinding<T>
, ProviderWithDependencies<T>
, ProvidesMethodBinding<T>
ExposedBindingImpl
, FactoryProvider
, LinkedBindingImpl
, ProviderMethod
public interface HasDependencies
Modifier and Type | Method | Description |
---|---|---|
Set<Dependency<?>> |
getDependencies() |
Returns the known dependencies for this type.
|
Set<Dependency<?>> getDependencies()
Injector
will be
included in the returned set.Copyright © 2006–2018 Google, Inc.. All rights reserved.