jp.co.cyberagent.aeromock.cli.AeromockCliModule.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aeromock-cli_2.11 Show documentation
Show all versions of aeromock-cli_2.11 Show documentation
Aeromock Command line interface module.
The newest version!
package jp.co.cyberagent.aeromock.cli
import scaldi.Module
/**
*
* @author stormcat24
*/
class AeromockCliModule extends Module {
bind [CliJobSelector] toProvider new CliJobSelector
}