public interface HasDependencies
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Dependency<?>> |
getDependencies()
Returns the known dependencies for this type.
|
java.util.Set<Dependency<?>> getDependencies()
Injector will be
included in the returned set.