ing
This commit is contained in:
parent
90836c801b
commit
ce496549b2
|
@ -7,3 +7,9 @@ var TypeAnnotationType = reflect.TypeOf((*TypeAnnotation)(nil)).Elem()
|
|||
type TypeAnnotation interface {
|
||||
Annotation
|
||||
}
|
||||
|
||||
var MethodAnnotationType = reflect.TypeOf((*MethodAnnotation)(nil)).Elem()
|
||||
|
||||
type MethodAnnotation interface {
|
||||
Annotation
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user