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