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

13 lines
288 B
Java

package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E29_Design_or_Procedure;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE28_Curation_Plan extends E29_Design_or_Procedure {
}