Annotation adjustment moved to EditCommand
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index 4a3cad6..6803e9f 100755 (executable)
@@ -31,6 +31,8 @@ public class AlignmentAnnotation
    * eg consensus, quality or conservation graphs */
   public boolean autoCalculated = false;
 
+  public String annotationId = Math.random() +"";
+
     public SequenceI sequenceRef;
 
     /** DOCUMENT ME!! */