di-go/annotation/type.go

6 lines
66 B
Go
Raw Normal View History

2018-04-03 09:02:31 +00:00
package annotation
type TypeAnnotation interface {
Annotation
}