org.sonatype.guice.bean.binders
Class SpaceModule

java.lang.Object
  extended by org.sonatype.guice.bean.binders.SpaceModule
All Implemented Interfaces:
com.google.inject.Module

public class SpaceModule
extends Object
implements com.google.inject.Module

Guice Module that automatically binds types annotated with Qualifier annotations.


Constructor Summary
SpaceModule(ClassSpace space)
           
SpaceModule(ClassSpace space, BeanScanning scanning)
           
 
Method Summary
 void configure(com.google.inject.Binder binder)
           
protected  ClassSpaceVisitor visitor(com.google.inject.Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceModule

public SpaceModule(ClassSpace space)

SpaceModule

public SpaceModule(ClassSpace space,
                   BeanScanning scanning)
Method Detail

configure

public final void configure(com.google.inject.Binder binder)
Specified by:
configure in interface com.google.inject.Module

visitor

protected ClassSpaceVisitor visitor(com.google.inject.Binder binder)


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.