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
|
||||
selfType: ~Type
|
||||
structure: ~Structure
|
||||
savedAnnotations: String*
|
||||
TypeMember
|
||||
TypeAlias
|
||||
tpe: Type
|
||||
|
|
|
|||
Loading…
Reference in New Issue