Base RXJava POC

This commit is contained in:
2019-03-19 20:41:21 +01:00
parent 95cb82d419
commit e8840cfd8b
19 changed files with 628 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package ovh.gasser.rxshapes.attributes;
public interface Attributes {
String getID();
}