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

Method missingScopeAnnotation

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

Source from the content-addressed store, hash-verified

283 }
284
285 public Errors missingScopeAnnotation(Class<? extends Annotation> annotation) {
286 return addMessage(
287 ErrorId.MISSING_SCOPE_ANNOTATION,
288 format("Please annotate %s with @ScopeAnnotation.", annotation));
289 }
290
291 public Errors optionalConstructor(Constructor<?> constructor) {
292 return addMessage(

Callers 1

visitMethod · 0.80

Calls 2

addMessageMethod · 0.95
formatMethod · 0.95

Tested by

no test coverage detected