JAL-1115 TODO remove use of java.util.Vector
[jalview.git] / src / jalview / datamodel / Sequence.java
index d002031..9cc7d54 100755 (executable)
@@ -59,8 +59,10 @@ public class Sequence implements SequenceI
   /**
    * This annotation is displayed below the alignment but the positions are tied
    * to the residues of this sequence
+   *
+   * TODO: change to List<>
    */
-  Vector annotation;
+  Vector<AlignmentAnnotation> annotation;
 
   /**
    * The index of the sequence in a MSA