JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / src / jalview / datamodel / ASequenceI.java
1 package jalview.datamodel;
2
3 /**
4  * interfaces to access the basic metadata for a concrete or virtual sequence
5  * 
6  * @author jprocter
7  *
8  */
9 public interface ASequenceI
10 {
11
12 }