Guice call init method after instantinating an object

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

Leave a Comment