Fixed issue with sender reference in Active Objects

This commit is contained in:
Jonas Bonér 2010-05-28 10:58:32 +02:00
parent 87276a4938
commit 61a7cdf9d5
16 changed files with 127 additions and 91 deletions

View file

@ -1,9 +1,6 @@
package se.scalablesolutions.akka.api;
import se.scalablesolutions.akka.actor.annotation.oneway;
public interface Bar {
@oneway
void bar(String msg);
Ext getExt();
}