di-go/annotation/type.go
crusader ee2ede6bd9 ing
2018-04-05 17:49:15 +09:00

10 lines
156 B
Go

package annotation
import "reflect"
var TypeAnnotationType = reflect.TypeOf((*TypeAnnotation)(nil)).Elem()
type TypeAnnotation interface {
Annotation
}