Project

General

Profile

« Previous | Next » 

Revision 49994

work in progress

View differences:

DatasourceDbEntry.java
4 4
import javax.persistence.Table;
5 5

  
6 6
import eu.dnetlib.enabling.datasources.common.Datasource;
7
import io.swagger.annotations.ApiModel;
8 7

  
9 8
/**
10 9
 * Datasource
11 10
 */
12 11
@Entity
13 12
@Table(name = "dsm_datasources")
14
@ApiModel(value = "Datasource model", description = "provides datasource details")
15 13
public class DatasourceDbEntry extends Datasource<OrganizationDbEntry, IdentityDbEntry> {
16 14

  
17 15
}

Also available in: Unified diff