moved akka.annotation._ to akka.actor.annotation._ to be merged in with akka-core OSGi bundle

This commit is contained in:
Jonas Bonér 2010-03-17 14:31:50 +01:00
parent 10a6a7d32f
commit f0e53bc049
22 changed files with 32 additions and 32 deletions

View file

@ -2,7 +2,7 @@
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
*/
package se.scalablesolutions.akka.annotation;
package se.scalablesolutions.akka.actor.annotation;
import java.lang.annotation.*;