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
FieldsModifier and TypeFieldDescriptionstatic final SpaceModule.Strategy
Default visitor strategy; scan and bind implementations withQualifier
s. -
Method Summary
Modifier and TypeMethodDescriptionvisitor
(com.google.inject.Binder binder) Selects theSpaceVisitor
to be used for the givenBinder
.
-
Field Details
-
DEFAULT
Default visitor strategy; scan and bind implementations withQualifier
s.
-
-
Method Details
-
visitor
Selects theSpaceVisitor
to be used for the givenBinder
.- Parameters:
binder
- The binder- Returns:
- Selected visitor
-