blob: 5111c6e7ed1256fc7a9f8222268b70f1ff8f8b09 [file] [log] [blame] [raw]
/**
* This package contains scala wrappers for the public API.
*
* The wrappers provide a more Scala-like interface (not get/set for example)
* and provides some default implementations. Internally all registered
* drivers are wrapped with these interfaces, so it is preferable to directly
* use them when coding in Scala.
*/
package li.cil.oc.api.scala;