public interface HasDeclaredAndExtraDeps
This class formalizes those concepts.
Some rules have switched to have more custom handling of different kinds of deps. Other rules are currently very unclear as to what "extra" means, or when it should be used.
Modifier and Type | Method and Description |
---|---|
SortedSet<BuildRule> |
deprecatedGetExtraDeps() |
SortedSet<BuildRule> |
getDeclaredDeps() |
com.google.common.collect.ImmutableSortedSet<BuildRule> |
getTargetGraphOnlyDeps() |