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

onfig_sjs1.0-RC2_2.13.1.1.4.source-code.PropertiesLike.scala Maven / Gradle / Ivy

The newest version!
package org.ekrich.config.impl

import java.io.Reader
import java.util.Properties

/**
 * To workaround missing implementation in Scala.js
 * Can be removed once implemented in Scala.js
 */
trait PropertiesLike {
  def load(reader: Reader): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy