mirror of https://github.com/sbt/sbt.git
preserve API information needed for detecting annotations on defs. fixes #232
This commit is contained in:
parent
64bf50cd08
commit
f0fe396b3a
|
|
@ -16,6 +16,7 @@ Definition
|
||||||
definitionType: DefinitionType
|
definitionType: DefinitionType
|
||||||
selfType: ~Type
|
selfType: ~Type
|
||||||
structure: ~Structure
|
structure: ~Structure
|
||||||
|
savedAnnotations: String*
|
||||||
TypeMember
|
TypeMember
|
||||||
TypeAlias
|
TypeAlias
|
||||||
tpe: Type
|
tpe: Type
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue