added missing methods to JSON serializers
This commit is contained in:
parent
0eb577b717
commit
a8f186160f
5 changed files with 95 additions and 136 deletions
|
|
@ -3,7 +3,7 @@ package se.scalablesolutions.akka.api;
|
|||
import com.google.inject.Inject;
|
||||
import se.scalablesolutions.akka.annotation.oneway;
|
||||
|
||||
public class Foo extends se.scalablesolutions.akka.serialization.Serializable.JavaJSON<Foo> {
|
||||
public class Foo extends se.scalablesolutions.akka.serialization.Serializable.JavaJSON {
|
||||
@Inject
|
||||
private Bar bar;
|
||||
public Foo body() { return this; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue