public interface InjectionListener<I>
I
. Useful for performing further
injections, post-injection initialization, and more.Modifier and Type | Method and Description |
---|---|
void |
afterInjection(I injectee)
Invoked by Guice after it injects the fields and methods of instance.
|
void afterInjection(I injectee)
injectee
- instance that Guice injected dependencies into