develop merge
[jalview.git] / src / jalview / api / FeaturesSourceI.java
diff --git a/src/jalview/api/FeaturesSourceI.java b/src/jalview/api/FeaturesSourceI.java
new file mode 100644 (file)
index 0000000..8f8d8c1
--- /dev/null
@@ -0,0 +1,8 @@
+package jalview.api;
+
+/**
+ * A tagging interface to mark a source of sequence features
+ */
+public interface FeaturesSourceI
+{
+}