mirror of https://github.com/sbt/sbt.git
Cleanup Attributes
This commit is contained in:
parent
9006abe9be
commit
21eb1f0f12
|
|
@ -31,7 +31,8 @@ sealed trait AttributeKey[T] {
|
|||
def description: Option[String]
|
||||
|
||||
/**
|
||||
* In environments that support delegation, looking up this key when it has no associated value will delegate to the values associated with these keys.
|
||||
* In environments that support delegation, looking up this key when it has no associated value
|
||||
* will delegate to the values associated with these keys.
|
||||
* The delegation proceeds in order the keys are returned here.
|
||||
*/
|
||||
def extend: Seq[AttributeKey[_]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue