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

9 lines
107 B
Go

package annotation
type ScopeType int
const (
ScopeTypeSingleton ScopeType = iota
ScopeTypeTransiant
)