Running evolutions using compile-time DI for Java

In the Evolutions doc section “Running evolutions using compile-time DI”(https://www.playframework.com/documentation/2.6.x/Evolutions) there is an example of how to set things up using Scala. How would that AppComponents class look like in Java?

1 Like