AdjustAnnotations needs position, number and insert
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index a97ca7f..4a3cad6 100755 (executable)
@@ -27,6 +27,10 @@ package jalview.datamodel;
  */
 public class AlignmentAnnotation
 {
+  /** If true, this annotations is calculated every edit,
+   * eg consensus, quality or conservation graphs */
+  public boolean autoCalculated = false;
+
     public SequenceI sequenceRef;
 
     /** DOCUMENT ME!! */