statistical-algorithms-impo.../src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/shared/project/ProjectSupport.java

14 lines
207 B
Java

package org.gcube.portlets.user.statisticalalgorithmsimporter.shared.project;
import java.io.Serializable;
/**
*
* @author Giancarlo Panichi
*
*
*/
interface ProjectSupport extends Serializable {
}