/** | |
* 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; |