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

Method applyTo

core/src/com/google/inject/spi/Message.java:150–153  ·  view source on GitHub ↗

@since 2.0

(Binder binder)

Source from the content-addressed store, hash-verified

148
149 /** @since 2.0 */
150 @Override
151 public void applyTo(Binder binder) {
152 binder.withSource(getSource()).addError(this);
153 }
154
155 /**
156 * Returns a copy of this {@link Message} with its sources replaced.

Callers

nothing calls this directly

Calls 3

getSourceMethod · 0.95
addErrorMethod · 0.65
withSourceMethod · 0.65

Tested by

no test coverage detected