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 c03e639e1b
commit d9967c913c
22 changed files with 32 additions and 32 deletions

View file

@ -1,7 +1,7 @@
package se.scalablesolutions.akka.api;
import com.google.inject.Inject;
import se.scalablesolutions.akka.annotation.oneway;
import se.scalablesolutions.akka.actor.annotation.oneway;
public class Foo extends se.scalablesolutions.akka.serialization.Serializable.JavaJSON {
@Inject