Package org.eclipse.sisu.space
Interface SpaceModule.Strategy
-
- All Known Implementing Classes:
SisuExtensions
- Enclosing class:
- SpaceModule
public static interface SpaceModule.Strategy
Visitor strategy.
-
-
Field Summary
Fields Modifier and Type Field Description static SpaceModule.Strategy
DEFAULT
Default visitor strategy; scan and bind implementations withQualifier
s.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpaceVisitor
visitor(com.google.inject.Binder binder)
Selects theSpaceVisitor
to be used for the givenBinder
.
-
-
-
Field Detail
-
DEFAULT
static final SpaceModule.Strategy DEFAULT
Default visitor strategy; scan and bind implementations withQualifier
s.
-
-
Method Detail
-
visitor
SpaceVisitor visitor(com.google.inject.Binder binder)
Selects theSpaceVisitor
to be used for the givenBinder
.- Parameters:
binder
- The binder- Returns:
- Selected visitor
-
-