org.sonatype.guice.bean.binders
Class ChildWireModule
java.lang.Object
org.sonatype.guice.bean.binders.WireModule
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2012 Sonatype, Inc.. All Rights Reserved.