parthenos-entities/src/main/java/org/gcube/parthenosentities/model/reference/entity/resource/parthenos/PE17_Curated_Data_EService....

18 lines
718 B
Java

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;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@TypeMetadata(name = PE17_Curated_Data_EService.NAME, description = PE17_Curated_Data_EService.NAME, version = Version.MINIMAL_VERSION_STRING)
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
public interface PE17_Curated_Data_EService extends
PE12_Data_Curating_Service, PE15_Data_EService {
public static final String NAME = "PE17_Curated_Data_E-Service";
}