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

11 lines
236 B
Java

package org.gcube.informationsystem.parthenos.model.entity;
import org.gcube.informationsystem.model.entity.resource.Service;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE1_Service extends Service, E7_Activity {
}