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

com.asayama.gwt.angular.rebind.package-info Maven / Gradle / Ivy

/**
 * Provides the code generator implementations used in this project. This 
 * package uses Apache Velocity as the template engine (http://velocity.apache.org/).
 * 

* To use this code generator, you need to include the velocity in your * classpath at compile time. This library is no needed at runtime once the * code has been compiled into JavaScript files. The library is needed at * runtime for hosted mode. *

*
{@code
 * 
 *   org.apache.velocity
 *   velocity
 *   1.7
 * 
 * }
* * @see com.asayama.gwt.angular.client.annotations.Bind */ package com.asayama.gwt.angular.rebind;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy