statistical-algorithms-impo.../src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/SAIStyles.java

22 lines
315 B
Java

/**
*
*/
package org.gcube.portlets.user.statisticalalgorithmsimporter.client.resource;
import com.google.gwt.resources.client.CssResource;
/**
*
* @author Giancarlo Panichi
*
*
*/
public interface SAIStyles extends CssResource {
@ClassName("ribbon")
public String getRibbon();
}