Package com.asayama.gwt.angular.rebind

Provides the code generator implementations used in this project.

See: Description

Package com.asayama.gwt.angular.rebind Description

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.

<dependency>
   <groupId>org.apache.velocity</groupId>
   <artifactId>velocity</artifactId>
   <version>1.7</version>
 </dependency>
 
See Also:
com.asayama.gwt.angular.client.annotations.Bind

Copyright © 2014. All rights reserved.