You can just add the @Inject
annotation to your init()
method. It will get run automatically after the object is instantiated.
You can just add the @Inject
annotation to your init()
method. It will get run automatically after the object is instantiated.