framework icon indicating copy to clipboard operation
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

Open saskodh opened this issue 9 years ago • 1 comments

Example: Parameter decorator used as Method decorator.

saskodh avatar Jul 15 '16 08:07 saskodh

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

damjangelovski avatar Aug 29 '16 12:08 damjangelovski