saskodh / framework

Lightweight web framework for NodeJS inspired by Spring framework
26 stars 5 forks source link

Multiple @RequestMapping() on one method #51

Closed damjangelovski closed 8 years ago

damjangelovski commented 8 years ago

Make sure multiple @RequestMapping() decorators on the same method won't override each other. P.S. Make sure @View() can't be set if no RequestMapping() is below it and that it applies on the @RequestMapping() that is below it.