package org.gcube.parthenosentities.model.reference.entity.resource.parthenos; import org.gcube.informationsystem.types.reference.Change; import org.gcube.informationsystem.types.reference.TypeMetadata; import org.gcube.informationsystem.utils.Version; import org.gcube.resourcemanagement.model.reference.entities.resources.HostingNode; /** * @author Luca Frosini (ISTI - CNR) */ @TypeMetadata(name = PE6_Software_Hosting_Service.NAME, description = PE6_Software_Hosting_Service.NAME, version = Version.MINIMAL_VERSION_STRING) @Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION) public interface PE6_Software_Hosting_Service extends PE5_Digital_Hosting_Service, HostingNode { public static final String NAME = "PE6_Software_Hosting_Service"; // PE6_Software_Hosting_Service.class.getSimpleName(); }