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

12 lines
269 B
Java

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