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

org.stjs.example.lib.bridge.STJSExampleModuleBridge Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package org.stjs.example.lib.bridge;

import org.stjs.javascript.annotation.STJSBridge;

/**
 * This is a bridge for the module found in the stjs-lib-example.js
 * 
 * @author acraciun
 * 
 */
@STJSBridge(sources = "/stjs/example/stjs-lib-example.js")
abstract public class STJSExampleModuleBridge {
	abstract public int multiply(int x, int y);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy