di-go/annotation/type.go
2018-04-03 18:02:31 +09:00

6 lines
66 B
Go

package annotation
type TypeAnnotation interface {
Annotation
}