package org.gcube.datacatalogue.grsf_manage_widget.client; import com.google.gwt.core.client.EntryPoint; /** * Entry point classes define onModuleLoad(). */ public class GRSFManageWidget implements EntryPoint { /** * This is the entry point method. */ public void onModuleLoad(){ } }