/**
* Provides the code generator implementations used in this project. This
* package uses Apache Velocity as the template engine (http://velocity.apache.org/).
* <p>
* 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.
* </p>
* <pre>{@code
* <dependency>
* <groupId>org.apache.velocity</groupId>
* <artifactId>velocity</artifactId>
* <version>1.7</version>
* </dependency>
* }</pre>
*
* @see com.asayama.gwt.angular.client.Injector.Inject
* @see com.asayama.gwt.angular.client.Injector.Bind
*/
package com.asayama.gwt.angular.rebind;