di/annotation/scope.go

9 lines
107 B
Go
Raw Normal View History

2017-12-03 22:54:09 +09:00
package annotation
type ScopeType int
const (
ScopeTypeSingleton ScopeType = iota
ScopeTypeTransiant
)