de.swm.gwt.client.theme.base.BaseJSBundle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
package de.swm.gwt.client.theme.base;
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.TextResource;
/**
* Injiziert benoetigte Java-Script ressourcen.
*
* @author wiese.daniel
*
* copyright (C) 2014, Stadtwerke München GmbH
*/
public interface BaseJSBundle extends ClientBundle {
//@Source("myAwesomeJavaScript.js")
//TextResource myAwesomeJavaScript();
}