Project

General

Profile

Download (738 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2018 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.model.reference;
10

    
11
/**
12
 * Interface for all publications that are published at a certain date in time
13
 * and a have an author. This excludes {@link IJournal journals} and
14
 * {@link IPrintSeries print series} which are published during a certain period
15
 * and may have authors changing over time. They are
16
 * @author a.mueller
17
 * @since 20.11.2018
18
 *
19
 */
20
public interface IAuthoredPublicationBase
21
       extends IPublicationBase, IWithAuthorAndDate{
22

    
23
}
(3-3/41)