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