public interface SymbolDependencyContainer
SymbolDependency
objects.Modifier and Type | Method and Description |
---|---|
java.util.List<SymbolDependency> |
getDependencies()
Gets the list of dependencies that this object introduces.
|
java.util.List<SymbolDependency> getDependencies()
A dependency is a dependency on another package that a Symbol or type requires. It is quite different from a reference since a reference only refers to a symbol; a reference provides no context as to whether or not a dependency is required or the dependency's coordinates.