Package com.google.inject.util
Interface Modules.OverriddenModuleBuilder
-
- Enclosing class:
- Modules
public static interface Modules.OverriddenModuleBuilder
See the EDSL example atoverride()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Module
with()
Deprecated.there's no reason to use.with()
without any arguments.Module
with(Module... overrides)
See the EDSL example atoverride()
.Module
with(Iterable<? extends Module> overrides)
See the EDSL example atoverride()
.
-
-
-
Method Detail
-
with
Module with(Module... overrides)
See the EDSL example atoverride()
.
-
with
@Deprecated Module with()
Deprecated.there's no reason to use.with()
without any arguments.
-
with
Module with(Iterable<? extends Module> overrides)
See the EDSL example atoverride()
.
-
-