package org.jmol.modelsetbio;

//import org.jmol.c.STR;

public class Annotation extends ProteinStructure {
  // an idea that does not seem to be necessary BH 7/2014
//
//  private String atype;
//
//  public Annotation(AlphaPolymer alphaPolymer, int monomerIndex,
//      int monomerCount, String annotationType) {
//    setupPS(alphaPolymer, STR.ANNOTATION, monomerIndex,
//        monomerCount);
//    this.atype = annotationType;
//  }
//
}
