org.sonatype.guice.bean.binders
Class WireModule

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

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

Guice Module that automatically adds BeanLocator-backed bindings for non-local bean dependencies.


Constructor Summary
WireModule(List<com.google.inject.Module> modules)
           
WireModule(com.google.inject.Module... modules)
           
 
Method Summary
 void configure(com.google.inject.Binder binder)
           
protected  Wiring wiring(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

WireModule

public WireModule(com.google.inject.Module... modules)

WireModule

public WireModule(List<com.google.inject.Module> modules)
Method Detail

configure

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

wiring

protected Wiring wiring(com.google.inject.Binder binder)


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