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

org.openurp.platform.KernelModule.scala Maven / Gradle / Ivy

The newest version!
package org.openurp.platform

import org.beangle.commons.inject.bind.AbstractBindModule

class KernelModule extends AbstractBindModule {

  protected override def binding(): Unit = {
//    bind(classOf[RemoteAppServiceImpl])
//    bind(classOf[RemoteUserAuthorizer])
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy