You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rmp-common-library/src/main/java/org/gcube/resourcemanagement/support/client/Resource_support.java

13 lines
237 B
Java

package org.gcube.resourcemanagement.support.client;
import com.google.gwt.core.client.EntryPoint;
public class Resource_support implements EntryPoint {
/**
* This is the entry point method.
*/
public void onModuleLoad() {
}
}