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

12 lines
263 B
Java

package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.model.entity.Resource;
/**
* @author Luca Frosini (ISTI - CNR)
* TODO check if can be removed
*/
public interface D1_Digital_Object extends Resource {
}