public abstract @interface

CheckedProvides

implements Annotation
com.google.inject.throwingproviders.CheckedProvides

Class Overview

Annotates methods of a Module to create a CheckedProvider method binding that can throw exceptions. The method's return type is bound to a CheckedProvider that can be injected. Guice will pass dependencies to the method as parameters. Install @CheckedProvides methods by using forModule(com.google.inject.Module) on the module where the methods are declared.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation