package jalview.datamodel; import java.util.List; public interface AnnotatedCollectionI { /** * TODO: decide if null is a valid response if there is no annotation on the object * @return null */ AlignmentAnnotation[] getAlignmentAnnotation(); }