| Package | Description | 
|---|---|
| org.grouplens.grapht | 
| Modifier and Type | Method and Description | 
|---|---|
InjectorBuilder | 
InjectorBuilder.applyModule(Module module)
Apply a module to the root context of this InjectorBuilder (i.e. 
 | 
void | 
BindingFunctionBuilder.applyModule(Module module)
Run the module's  
bind() method on the root
 context of this builder. | 
static InjectorBuilder | 
InjectorBuilder.create(ClassLoader loader,
      Module... modules)
Create a new injector builder using the specified class loader. 
 | 
static InjectorBuilder | 
InjectorBuilder.create(Module... modules)
Create a new injector builder with the default SPI. 
 | 
| Constructor and Description | 
|---|
InjectorBuilder(Module... modules)
Deprecated. 
 
use  
InjectorBuilder.create(Module...) instead | 
Copyright © 2016 GroupLens Research. All rights reserved.