Interface | Description |
---|---|
BuildRuleArg |
Common arguments for build rules (but not configuration rules)
|
ConstructorArg |
Marker interface for all rule args including configuration rules.
|
DataTransferObject |
Immutable object is marked with this marker, and this object has a builder companion, e.
|
HasApplicationModuleBlacklist |
Interface for marking a argument list as containing application_module_blacklist
|
HasContacts | |
HasDeclaredDeps | |
HasDefaultPlatform |
A constructor arg of rules which have a default platform.
|
HasDepsQuery | |
HasProvidedDeps | |
HasProvidedDepsQuery | |
HasSrcs | |
HasTests |
A constructor arg of source rules with a list of their tests.
|
HasTestTimeout |
Annotation Type | Description |
---|---|
Hint |
Represents hints given when deal with the value of a type returned by
BaseDescription.getConstructorArgType() . |