Rename pimstuff -> jpim and move to Maven
[jpim.git] / src / main / java / de / j32 / jpim / conduit / Importer.java
diff --git a/src/main/java/de/j32/jpim/conduit/Importer.java b/src/main/java/de/j32/jpim/conduit/Importer.java
new file mode 100644 (file)
index 0000000..40d4ff2
--- /dev/null
@@ -0,0 +1,8 @@
+package de.j32.jpim.conduit;
+
+import java.io.Closeable;
+
+import de.j32.jpim.data.EntryProducer;
+
+public interface Importer extends Closeable, EntryProducer
+{}