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

12 lines
262 B
Java

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