I'm trying to integrate AkkaGuice and Play 2.4 and I'm getting the following error from Guice -
Could not find a suitable constructor in akkaGuice.AkkaGuicePlugin. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
I am following the example in the README.
Any idea why this is happening ?
I'm trying to integrate AkkaGuice and Play 2.4 and I'm getting the following error from Guice -
Could not find a suitable constructor in akkaGuice.AkkaGuicePlugin. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
I am following the example in the README. Any idea why this is happening ?
Regards, Deyan