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

com.gu.integration.Startable.scala Maven / Gradle / Ivy

package com.gu.integration



trait Startable {
  def start()
  def stop()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy