public static interface Modules.OverriddenModuleBuilder
override().| Modifier and Type | Method and Description |
|---|---|
Module |
with()
Deprecated.
there's no reason to use
.with() without any arguments. |
Module |
with(java.lang.Iterable<? extends Module> overrides)
See the EDSL example at
override(). |
Module |
with(Module... overrides)
See the EDSL example at
override(). |
Module with(Module... overrides)
override().@Deprecated Module with()
.with() without any arguments.Module with(java.lang.Iterable<? extends Module> overrides)
override().