Injector for the Play applications that creates controller bindings on the fly.
A builder for creating Applications using Scaldi.
Default empty builder for creating Scaldi-backed Injectors.
(Since version 2015-02-02) GlobalSettings is deprecated so is ScaldiSupport trait
(Since version 2015-02-02) GlobalSettings is deprecated so is ScaldiSupport trait
Injector for the Play applications that creates controller bindings on the fly. The preferred way to use it is by adding it to the module composition at the very end, so that it would be possible to override default instantiation strategy in user-defined modules.
Here is an example: