di/annotation/type.go

6 lines
66 B
Go
Raw Normal View History

2018-03-15 13:19:44 +00:00
package annotation
type TypeAnnotation interface {
Annotation
}