Annotation Type CheckedProvides

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends CheckedProvider> value
      The interface that provides this value, a subinterface of CheckedProvider.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean scopeExceptions
      Whether exceptions should be put into the Guice scope.
      • scopeExceptions

        boolean scopeExceptions
        Whether exceptions should be put into the Guice scope. Default behavior is that exceptions are scoped.
        Since:
        4.0
        Default:
        true