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

12 lines
274 B
Java

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