Merge branch 'develop' into LibrAlign
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / model / IDerivedUnitFacadePart.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.taxeditor.model;
10
11 import eu.etaxonomy.cdm.api.facade.DerivedUnitFacade;
12 import eu.etaxonomy.cdm.model.occurrence.DerivedUnit;
13 import eu.etaxonomy.cdm.model.occurrence.FieldUnit;
14
15 /**
16 * Clients implementing this interface indicate, that they use {@link DerivedUnitFacade}s
17 * for specimen data instead of {@link DerivedUnit}s and {@link FieldUnit}s themselves.
18 *
19 * @author pplitzner
20 * @date Dec 3, 2014
21 *
22 */
23 public interface IDerivedUnitFacadePart {
24
25 }