| Interface | Description |
|---|---|
| InjectorCreator<I extends com.google.inject.Injector> |
Contract that makes Guice injector creation a pluggable strategy and allows for typed
extensions to the Injector within the context of the strategy.
|
| ModuleListTransformer |
Module transformers are used to modify the final list of modules and return a
modified or augmented list of modules which may included additional or removed
bindings.
|
| ModuleTransformer |
Mapping function from one module to another.
|
| PropertySource |
Very simple config interface to be used by Conditional to gain access
to any type of configuration.
|