com.google.inject.internal.ScopeNotFoundError Maven / Gradle / Ivy
package com.google.inject.internal;
import com.google.common.collect.Lists;
import com.google.inject.spi.ErrorDetail;
import java.lang.annotation.Annotation;
import java.util.ArrayList;
import java.util.Formatter;
import java.util.List;
/** Error reported by Guice when a scope annotation is not bound to any scope implementation. */
final class ScopeNotFoundError extends InternalErrorDetail {
private final Class extends Annotation> scopeAnnotation;
ScopeNotFoundError(Class extends Annotation> scopeAnnotation, List