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

Method scopeNotFound

core/src/com/google/inject/internal/Errors.java:305–311  ·  view source on GitHub ↗
(Class<? extends Annotation> scopeAnnotation)

Source from the content-addressed store, hash-verified

303 }
304
305 public Errors scopeNotFound(Class<? extends Annotation> scopeAnnotation) {
306 return addMessage(
307 new Message(
308 GuiceInternal.GUICE_INTERNAL,
309 ErrorId.SCOPE_NOT_FOUND,
310 new ScopeNotFoundError(scopeAnnotation, getSources())));
311 }
312
313 public Errors scopeAnnotationOnAbstractType(
314 Class<? extends Annotation> scopeAnnotation, Class<?> type, Object source) {

Callers 1

makeInjectableMethod · 0.80

Calls 2

addMessageMethod · 0.95
getSourcesMethod · 0.95

Tested by

no test coverage detected