- added interface IDerivedUnitFacadeEditor to tag editors that are working with...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / model / IDerivedUnitFacadeEditor.java
1 // $Id$
2 /**
3 * Copyright (C) 2014 EDIT
4 * European Distributed Institute of Taxonomy
5 * http://www.e-taxonomy.eu
6 *
7 * The contents of this file are subject to the Mozilla Public License Version 1.1
8 * See LICENSE.TXT at the top of this package for the full license terms.
9 */
10 package eu.etaxonomy.taxeditor.model;
11
12 import eu.etaxonomy.cdm.api.facade.DerivedUnitFacade;
13 import eu.etaxonomy.cdm.model.occurrence.DerivedUnit;
14 import eu.etaxonomy.cdm.model.occurrence.FieldUnit;
15
16 /**
17 * Clients implementing this interface indicate, that they use {@link DerivedUnitFacade}s
18 * for specimen data instead of {@link DerivedUnit}s and {@link FieldUnit}s themselves.
19 *
20 * @author pplitzner
21 * @date Dec 3, 2014
22 *
23 */
24 public interface IDerivedUnitFacadeEditor {
25
26 }