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

12 lines
258 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 E65_Creation extends Resource {
}