All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.theme.base.BaseJSBundle Maven / Gradle / Ivy

There is a newer version: 3.1
Show 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy