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

Method atInjectRequired

core/src/com/google/inject/internal/Errors.java:185–191  ·  view source on GitHub ↗
(TypeLiteral<?> type)

Source from the content-addressed store, hash-verified

183 }
184
185 public Errors atInjectRequired(TypeLiteral<?> type) {
186 return addMessage(
187 new Message(
188 GuiceInternal.GUICE_INTERNAL,
189 ErrorId.MISSING_CONSTRUCTOR,
190 new MissingConstructorError(type, /* atInjectRequired= */ true, getSources())));
191 }
192
193 public Errors converterReturnedNull(
194 String stringValue,

Callers 1

forConstructorOfMethod · 0.95

Calls 2

addMessageMethod · 0.95
getSourcesMethod · 0.95

Tested by

no test coverage detected