JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / src / jalview / datamodel / ASequence.java
1 /**
2  * 
3  */
4 package jalview.datamodel;
5
6 /**
7  * Metadata for a sequence that may or may not be physically present in Jalview
8  * at the moment
9  * 
10  * @author jprocter
11  *
12  */
13 public class ASequence implements ASequenceI
14 {
15
16 }