Project

General

Profile

« Previous | Next » 

Revision 2441a5df

Added by Andreas Müller almost 6 years ago

ref #7930 remove IWithDoi from IAuthoredPublicationBase

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/IAuthoredPublicationBase.java
9 9
package eu.etaxonomy.cdm.model.reference;
10 10

  
11 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
12 16
 * @author a.mueller
13 17
 * @since 20.11.2018
14 18
 *
15 19
 */
16 20
public interface IAuthoredPublicationBase
17
       extends IPublicationBase, IWithAuthorAndDate, IWithDoi{
21
       extends IPublicationBase, IWithAuthorAndDate{
18 22

  
19 23

  
20 24
}

Also available in: Unified diff