Interface Modules.OverriddenModuleBuilder
- Enclosing class:
- Modules
public static interface Modules.OverriddenModuleBuilder
See the EDSL example at
override().-
Method Summary
Modifier and Type Method Description Modulewith(java.lang.Iterable<? extends Module> overrides)See the EDSL example atoverride().Modulewith(Module... overrides)See the EDSL example atoverride().
-
Method Details
-
with
See the EDSL example atoverride(). -
with
See the EDSL example atoverride().
-