Merge branch 'release/5.45.0'
[cdmlib.git] / cdmlib-persistence / src / main / java / eu / etaxonomy / cdm / persistence / dao / molecular / ISequenceDao.java
1 /**
2 * Copyright (C) 2014 EDIT
3 * European Distributed Institute of Taxonomy
4 * http://www.e-taxonomy.eu
5 *
6 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 * See LICENSE.TXT at the top of this package for the full license terms.
8 */
9 package eu.etaxonomy.cdm.persistence.dao.molecular;
10
11 import eu.etaxonomy.cdm.model.molecular.Sequence;
12 import eu.etaxonomy.cdm.persistence.dao.common.IAnnotatableDao;
13
14 /**
15 * @author pplitzner
16 * @since 11.03.2014
17 *
18 */
19 public interface ISequenceDao extends IAnnotatableDao<Sequence>{
20
21 }