public class

SpaceModule

extends Object
implements Module
java.lang.Object
   ↳ org.eclipse.sisu.space.SpaceModule

Class Overview

Guice Module that automatically binds types annotated with Qualifier annotations.

Summary

Public Constructors
SpaceModule(ClassSpace space)
SpaceModule(ClassSpace space, BeanScanning scanning)
Public Methods
final void configure(Binder binder)
Protected Methods
ClassSpaceVisitor visitor(Binder binder)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.Module

Public Constructors

public SpaceModule (ClassSpace space)

public SpaceModule (ClassSpace space, BeanScanning scanning)

Public Methods

public final void configure (Binder binder)

Protected Methods

protected ClassSpaceVisitor visitor (Binder binder)