scaldi.play
Provides some Play-specific conditions that can be used in the mappings:
bind [MessageService] when (inDevMode or inTestMode) to new SimpleMessageService bind [MessageService] when inProdMode to new OfficialMessageService
Play application is started in Dev mode
Play application is started in Prod mode
Play application is started in Test mode
Provides some Play-specific conditions that can be used in the mappings: