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

Method withSource

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

Returns a binder that uses source as the reference location for configuration errors. This is typically a StackTraceElement for .java source but it could any binding source, such as the path to a .properties file. @param source any object representing the source loca

(Object source)

Source from the content-addressed store, hash-verified

375 * @since 2.0
376 */
377 Binder withSource(Object source);
378
379 /**
380 * Returns a binder that skips {@code classesToSkip} when identify the calling code. The caller's

Callers 15

configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
applyToMethod · 0.65
applyToMethod · 0.65
applyToMethod · 0.65
applyToMethod · 0.65
withTrustedSourceMethod · 0.65
applyToMethod · 0.65
applyToMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 6

configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
bindFieldMethod · 0.52