mirror of https://github.com/sbt/sbt.git
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
|
package sbt.internal.graph
|
||
|
|
@target(Scala)
|
||
|
|
@codecPackage("sbt.internal.graph.codec")
|
||
|
|
@fullCodec("JsonProtocol")
|
||
|
|
|
||
|
|
type ModuleModel {
|
||
|
|
text: String!
|
||
|
|
children: [sbt.internal.graph.ModuleModel]
|
||
|
|
}
|