tabular-data-gwt-service/src/main/java/org/gcube/portlets/user/td/gwtservice/client/TDGWTServiceEntry.java

14 lines
199 B
Java

package org.gcube.portlets.user.td.gwtservice.client;
import com.google.gwt.core.client.EntryPoint;
public class TDGWTServiceEntry implements EntryPoint {
public void onModuleLoad() {
}
}