di/annotation/component.go

7 lines
81 B
Go
Raw Normal View History

2017-12-03 13:54:09 +00:00
package annotation
type Component struct {
Names *[]string
Scope *ScopeType
}