public static interface SpaceModule.Strategy
Modifier and Type | Field and Description |
---|---|
static SpaceModule.Strategy |
DEFAULT
Default visitor strategy; scan and bind implementations with
Qualifier s. |
Modifier and Type | Method and Description |
---|---|
SpaceVisitor |
visitor(com.google.inject.Binder binder)
Selects the
SpaceVisitor to be used for the given Binder . |
static final SpaceModule.Strategy DEFAULT
Qualifier
s.SpaceVisitor visitor(com.google.inject.Binder binder)
SpaceVisitor
to be used for the given Binder
.binder
- The binderCopyright © 2017. All rights reserved.