mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +02:00
handle constant types
This commit is contained in:
@@ -12,6 +12,9 @@ Type
|
||||
Parameterized
|
||||
baseType : SimpleType
|
||||
typeArguments: Type*
|
||||
Constant
|
||||
baseType: Type
|
||||
value: String
|
||||
Annotated
|
||||
baseType : SimpleType
|
||||
annotations : Annotation*
|
||||
|
||||
Reference in New Issue
Block a user