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

12 lines
272 B
Java

package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
import org.gcube.informationsystem.model.entity.resource.Software;
/**
* @author Luca Frosini (ISTI - CNR)
* TODO check if can be removed
*/
public interface D14_Software extends Software {
}