saskodh / framework

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

Make sure that all decorators only work for the intended places and won't cause side effects if used on other places #22

Open saskodh opened 8 years ago

saskodh commented 8 years ago

Example: Parameter decorator used as Method decorator.

damjangelovski commented 8 years ago

This Issue is resolved by saskodh/framework#39 error handling, as we throw errors if the decorators are misused.