10 lines
236 B
Scala
10 lines
236 B
Scala
/**
|
|
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
|
|
*/
|
|
|
|
package se.scalablesolutions.akka.stm
|
|
|
|
/**
|
|
* For easily importing local STM.
|
|
*/
|
|
package object local extends LocalStm with StmUtil with StmCommon
|