com.google.inject.spi.Toolable |
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
.
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
|