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 5a941c4ae0
commit a7ce4b242a
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();
}