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(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(Iterable<? extends Module> overrides)
override()
.Copyright © 2006–2020 Google, Inc.. All rights reserved.