Add Payload interface

This commit is contained in:
Manfred Karrer 2016-02-18 13:25:27 +01:00
parent 7cdb779aae
commit 8792666f78

View file

@ -0,0 +1,6 @@
package io.bitsquare.common;
import java.io.Serializable;
public interface Payload extends Serializable {
}