annotation-go/definition.go

9 lines
99 B
Go
Raw Normal View History

2018-07-17 10:58:14 +00:00
package annotation
import "reflect"
type Definition struct {
t reflect.Type
rt reflect.Type
}