org.sonatype.guice.bean.binders
Class ChildWireModule

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

public class ChildWireModule
extends WireModule

Child WireModule that avoids wiring dependencies that already exist in a parent Injector.


Constructor Summary
ChildWireModule(com.google.inject.Injector parent, List<com.google.inject.Module> modules)
           
ChildWireModule(com.google.inject.Injector parent, com.google.inject.Module... modules)
           
 
Method Summary
 
Methods inherited from class org.sonatype.guice.bean.binders.WireModule
configure, wiring
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildWireModule

public ChildWireModule(com.google.inject.Injector parent,
                       com.google.inject.Module... modules)

ChildWireModule

public ChildWireModule(com.google.inject.Injector parent,
                       List<com.google.inject.Module> modules)


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