mirror of https://github.com/sbt/sbt.git
handle constant types
This commit is contained in:
parent
86d82141a3
commit
e6dcca1b42
|
|
@ -12,6 +12,9 @@ Type
|
|||
Parameterized
|
||||
baseType : SimpleType
|
||||
typeArguments: Type*
|
||||
Constant
|
||||
baseType: Type
|
||||
value: String
|
||||
Annotated
|
||||
baseType : SimpleType
|
||||
annotations : Annotation*
|
||||
|
|
|
|||
Loading…
Reference in New Issue