public static interface

Modules.OverriddenModuleBuilder

com.google.inject.util.Modules.OverriddenModuleBuilder

Class Overview

See the EDSL example at override().

Summary

Public Methods
abstract Module with(Module... overrides)
See the EDSL example at override().
abstract Module with(Iterable<? extends Module> overrides)
See the EDSL example at override().

Public Methods

public abstract Module with (Module... overrides)

See the EDSL example at override().

public abstract Module with (Iterable<? extends Module> overrides)

See the EDSL example at override().