| Interface | Description |
|---|---|
| AttributeHolder |
Simple wrapper object to hold onto Attribute objects and get around some type erasure problems in
SkylarkDict.getContents(Class, Class, String). |
| PostCoercionTransform<AdditionalDataType,PostTransformType> |
Simple interface to take a coerced value for an
Attribute on a build target utilizing
information only known at analysis time. |
| Class | Description |
|---|---|
| Attribute<CoercedType> |
Representation of a parameter of a user defined rule
|