public abstract @interface

ThrowingProvides

implements Annotation
com.google.inject.throwingproviders.ThrowingProvides

Class Overview

Annotates methods of a Module to create a provider method binding that can throw exceptions. The method's return type is bound to it's returned value. Guice will pass dependencies to the method as parameters.

Summary

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