Interface Modules.OverriddenModuleBuilder

Enclosing class:
Modules

public static interface Modules.OverriddenModuleBuilder
See the EDSL example at override().
Since:
2.0
Author:
jessewilson@google.com (Jesse Wilson)
  • 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().