catalogue-sharing-widget/src/main/java/org/gcube/portlets_widgets/catalogue_sharing_widget/client/ShareCatalogue.java

17 lines
324 B
Java

package org.gcube.portlets_widgets.catalogue_sharing_widget.client;
import com.google.gwt.core.client.EntryPoint;
/**
* Entry point classes define <code>onModuleLoad()</code>.
*/
public class ShareCatalogue implements EntryPoint {
/**
* This is the entry point method.
*/
public void onModuleLoad() {
}
}