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
|
||||
value: String
|
||||
Annotated
|
||||
baseType : SimpleType
|
||||
baseType : Type
|
||||
annotations : Annotation*
|
||||
Structure
|
||||
parents : ~Type*
|
||||
|
|
|
|||
Loading…
Reference in New Issue