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

12 lines
219 B
Java

package org.gcube.informationsystem.parthenos.model.entity.resource;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE21_Persistent_Software extends D14_Software,
PE19_Persistent_Digital_Object {
}