Play Router Annotations [router] module
This module is for the Play 1.x series only.
This module allows you to add routes through annotations, allowing you to declare your routes in your controllers.
Written by Nicolas Leroux, Leon Radley.
Published releases
| 1.3 | Nov 30 2012 | Documentation | Try Play |
| 1.2 | Dec 16 2011 | Documentation | Try Play |
| 1.1 | Jun 22 2011 | Documentation | Try Play |
| 1.0 | Apr 19 2011 | Documentation | Try Play |
| head | Apr 19 2011 | Documentation | Try Play |
To install locally this module use the install command:
play install router-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> router {version}