public interface BaseDescription<T extends ConstructorArg>
Modifier and Type | Method and Description |
---|---|
default com.google.common.collect.ImmutableSet<BuildTarget> |
getConfigurationDeps(T arg) |
Class<T> |
getConstructorArgType()
The type of the constructor argument that is used by this description to create a rule
|
Class<T> getConstructorArgType()
default com.google.common.collect.ImmutableSet<BuildTarget> getConfigurationDeps(T arg)