]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/adaption/ResourceAdapter.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / adaption / ResourceAdapter.java
diff --git a/bundles/org.simantics.db.common/src/org/simantics/db/common/adaption/ResourceAdapter.java b/bundles/org.simantics.db.common/src/org/simantics/db/common/adaption/ResourceAdapter.java
new file mode 100644 (file)
index 0000000..6964b58
--- /dev/null
@@ -0,0 +1,8 @@
+package org.simantics.db.common.adaption;\r
+\r
+import org.simantics.db.Resource;\r
+import org.simantics.db.adaption.Adapter;\r
+\r
+public interface ResourceAdapter<T> extends Adapter<T,Resource> {\r
+\r
+}\r