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,6 +1,6 @@
package se.scalablesolutions.akka.api;
import se.scalablesolutions.akka.annotation.oneway;
import se.scalablesolutions.akka.actor.annotation.oneway;
public interface Bar {
@oneway