public final class WireModule extends Object implements com.google.inject.Module
Module
that automatically adds BeanLocator
-backed bindings for non-local bean dependencies.Modifier and Type | Class and Description |
---|---|
static interface |
WireModule.Strategy |
Constructor and Description |
---|
WireModule(Iterable<com.google.inject.Module> modules) |
WireModule(com.google.inject.Module... modules) |
Modifier and Type | Method and Description |
---|---|
void |
configure(com.google.inject.Binder binder) |
com.google.inject.Module |
with(WireModule.Strategy _strategy) |
public WireModule(com.google.inject.Module... modules)
public WireModule(Iterable<com.google.inject.Module> modules)
public com.google.inject.Module with(WireModule.Strategy _strategy)
public void configure(com.google.inject.Binder binder)
configure
in interface com.google.inject.Module
Copyright © 2013. All rights reserved.