di/annotation/component.go
crusader dc841686a6 ing
2017-12-03 22:54:09 +09:00

7 lines
81 B
Go

package annotation
type Component struct {
Names *[]string
Scope *ScopeType
}