MCPcopy Create free account
hub / github.com/google/guice / newPrivateBinder

Method newPrivateBinder

core/src/com/google/inject/Binder.java:398–398  ·  view source on GitHub ↗

Creates a new private child environment for bindings and other configuration. The returned binder can be used to add and configuration information in this environment. See PrivateModule for details. @return a binder that inherits configuration from this binder. Only exposed configuration on

()

Source from the content-addressed store, hash-verified

396 * @since 2.0
397 */
398 PrivateBinder newPrivateBinder();
399
400 /**
401 * Instructs the Injector that bindings must be listed in a Module in order to be injected.

Callers 7

configureMethod · 0.95
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
applyToMethod · 0.65
rewriteMethod · 0.65

Implementers 1

RecordingBindercore/src/com/google/inject/spi/Element

Calls

no outgoing calls

Tested by 4

configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52