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

org.sisioh.config.ConfigurationMergeable.scala Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
package org.sisioh.config

import com.typesafe.config.ConfigMergeable

trait ConfigurationMergeable {

  val underlying: ConfigMergeable

  def withFallback(other: ConfigurationMergeable): ConfigurationMergeable

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy