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

net.ceedubs.ficus.ConfigKey.scala Maven / Gradle / Ivy

The newest version!
package net.ceedubs.ficus

trait ConfigKey[A] {
  def path: String
}

final case class SimpleConfigKey[A](path: String) extends ConfigKey[A]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy