Class ScopeNotFoundError

  • All Implemented Interfaces:
    java.io.Serializable

    final class ScopeNotFoundError
    extends InternalErrorDetail<ScopeNotFoundError>
    Error reported by Guice when a scope annotation is not bound to any scope implementation.
    • Field Detail

      • scopeAnnotation

        private final java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation
    • Constructor Detail

      • ScopeNotFoundError

        ScopeNotFoundError​(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation,
                           java.util.List<java.lang.Object> sources)