package annotation import ( "git.loafle.net/commons_go/di" ) type ComponentAnnotation struct { Names []string InitMethod string // func (receiver interface{}, cr ComponentRegistry) error DestroyMethod string // func (receiver interface{}, cr ComponentRegistry) error Scope di.ScopeType }