All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.misk.concurrent.FakeSleeperModule.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.17.200749-4708422
Show newest version
package misk.concurrent

import misk.inject.KAbstractModule

class FakeSleeperModule : KAbstractModule() {
  override fun configure() {
    bind().to()
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy