public static interface

SpaceModule.Strategy

org.eclipse.sisu.space.SpaceModule.Strategy
Known Indirect Subclasses

Class Overview

Visitor strategy.

Summary

Fields
public static final SpaceModule.Strategy DEFAULT Default visitor strategy; scan and bind implementations with Qualifiers.
Public Methods
abstract SpaceVisitor visitor(Binder binder)
Selects the SpaceVisitor to be used for the given Binder.

Fields

public static final SpaceModule.Strategy DEFAULT

Default visitor strategy; scan and bind implementations with Qualifiers.

Public Methods

public abstract SpaceVisitor visitor (Binder binder)

Selects the SpaceVisitor to be used for the given Binder.

Parameters
binder The binder
Returns
  • Selected visitor