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

net.liftweb.osgi.OsgiBootable.scala Maven / Gradle / Ivy

Go to download

eniLINK is a web platform for linked data applications based on the KOMMA framework and Lift.

The newest version!
package net.liftweb.osgi
import net.liftweb.http.Bootable

/**
 * Special Bootable for lift-osgi bundle: Do nothing!
 */
class OsgiBootable extends Bootable {
  /** Do nothing! */
  override def boot() : Unit = {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy