public abstract @interface

Toolable

implements Annotation
com.google.inject.spi.Toolable

Class Overview

Instructs an Injector running in TOOL that a method should be injected. This is typically useful for for extensions to Guice that perform additional validation in an injected method or field. This only applies to objects that are already constructed when bindings are created (ie., something bound using toProvider, toInstance, or requestInjection.

Summary

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