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

14 lines
208 B
Java
Raw Normal View History

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