incorporate Patrik’s feedback

- rename to DynamicAccess
- rename to createInstanceFor / createClassFor
- fix a few little things
This commit is contained in:
Roland 2012-02-10 11:36:23 +01:00
parent b193bcee04
commit dca309c535
19 changed files with 56 additions and 58 deletions

View file

@ -6,7 +6,7 @@ package akka.docs.serialization
import org.scalatest.matchers.MustMatchers
import akka.testkit._
//#imports
import akka.actor.{ ActorSystem, PropertyMaster }
import akka.actor.ActorSystem
import akka.serialization._
import com.typesafe.config.ConfigFactory