Interface Modules.OverriddenModuleBuilder

Enclosing class:
Modules

public static interface Modules.OverriddenModuleBuilder
See the EDSL example at override().
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    there's no reason to use .with() without any arguments.
    with(Module... overrides)
    See the EDSL example at override().
    with(Iterable<? extends Module> overrides)
    See the EDSL example at override().