public interface

InjectionListener

com.google.inject.spi.InjectionListener<I>

Class Overview

Listens for injections into instances of type I. Useful for performing further injections, post-injection initialization, and more.

Summary

Public Methods
abstract void afterInjection(I injectee)
Invoked by Guice after it injects the fields and methods of instance.

Public Methods

public abstract void afterInjection (I injectee)

Invoked by Guice after it injects the fields and methods of instance.

Parameters
injectee instance that Guice injected dependencies into