@Deprecated public class BeadledomLifecycleInjectorBuilder extends LifecycleInjectorBuilder
LifecycleInjectorBuilder
that supports Java 6.
Warning: This class is part of the internal implementation for Guice
lifecycle containers and should not be used directly by consumers. Instead use
LifecycleContainer
and GuiceLifecycleContainers
.
Constructor and Description |
---|
BeadledomLifecycleInjectorBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleInjector |
createInjector()
Deprecated.
Creates a new
LifecycleInjector with the builder modules. |
LifecycleInjectorBuilder |
modules(List<com.google.inject.Module> modules)
Deprecated.
Set or override the list of modules for the builder.
|
fromModules
public BeadledomLifecycleInjectorBuilder()
public LifecycleInjectorBuilder modules(List<com.google.inject.Module> modules)
LifecycleInjectorBuilder
modules
in class LifecycleInjectorBuilder
modules
- the Guice modules to use for the injector builder.public LifecycleInjector createInjector()
LifecycleInjectorBuilder
LifecycleInjector
with the builder modules.createInjector
in class LifecycleInjectorBuilder
Copyright © 2018 Cerner Innovation, Inc.. All rights reserved.