Add this to your application in its {@link Application#init()} method like so:
addComponentInstantiationListener(new GuiceComponentInjector(this));
There are different constructors for this object depending on how you want to wire things. See the javadoc for the constructors for more information. @author Alastair Maw
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|