parthenos-entities/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/D14_Software.java

11 lines
261 B
Java

package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.resourcemanagement.model.reference.entity.resource.Software;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface D14_Software extends D1_Digital_Object, Software {
}