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

7 lines
77 B
Go

package annotation
type Inject struct {
Name *string
Required *bool
}