framework
framework copied to clipboard
Make sure that all decorators only work for the intended places and won't cause side effects if used on other places
Example: Parameter decorator used as Method decorator.
This Issue is resolved by saskodh/framework#39 error handling, as we throw errors if the decorators are misused.