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

Method jitDisabled

core/src/com/google/inject/internal/Errors.java:170–175  ·  view source on GitHub ↗
(Key<?> key)

Source from the content-addressed store, hash-verified

168 }
169
170 public Errors jitDisabled(Key<?> key) {
171 return addMessage(
172 ErrorId.JIT_DISABLED,
173 "Explicit bindings are required and %s is not explicitly bound.",
174 key);
175 }
176
177 public Errors jitDisabledInParent(Key<?> key) {
178 return addMessage(

Callers 2

getJustInTimeBindingMethod · 0.45

Calls 1

addMessageMethod · 0.95

Tested by

no test coverage detected