Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jul 15, 2016 · 1 comment

Comments

@saskodh
Copy link
Owner

saskodh commented Jul 15, 2016

Example: Parameter decorator used as Method decorator.

damjangelovski added a commit that referenced this issue Aug 11, 2016
- created DecoratorUtils.getSubjectName() and used it in DecoratorUsageError-s
- throwing  DecoratorUsageError when decorators used on wrong [class/method/property] , solving issue [#22]
- changed @autowire() to @Autowired()
@damjangelovski
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants