net.liftweb.osgi.OsgiBootable.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of net.enilink.platform.lift Show documentation
Show all versions of net.enilink.platform.lift Show documentation
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 = {}
}