T
- the argument type for the description to construct the BuildRule
public interface Description<T extends ConstructorArg> extends BaseDescription<T>
TargetNode
and the logic to create the corresponding
BuildRule
Modifier and Type | Method and Description |
---|---|
boolean |
producesCacheableSubgraph()
Whether or not the build rule subgraph produced by this
Description is safe to cache in
IncrementalActionGraphGenerator
for incremental action graph generation. |
getConfigurationDeps, getConstructorArgType
boolean producesCacheableSubgraph()
Description
is safe to cache in
IncrementalActionGraphGenerator
for incremental action graph generation.