mirror of https://github.com/sbt/sbt.git
API extraction: handle any type that is annotated, not just the spec'd simple type. Fixes #559.
This commit is contained in:
parent
efa362c583
commit
aee2742932
|
|
@ -16,7 +16,7 @@ Type
|
||||||
baseType: Type
|
baseType: Type
|
||||||
value: String
|
value: String
|
||||||
Annotated
|
Annotated
|
||||||
baseType : SimpleType
|
baseType : Type
|
||||||
annotations : Annotation*
|
annotations : Annotation*
|
||||||
Structure
|
Structure
|
||||||
parents : ~Type*
|
parents : ~Type*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue