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

MessageHandlingMember API adjustments #190

Open
smcvb opened this issue Feb 18, 2021 · 0 comments
Open

MessageHandlingMember API adjustments #190

smcvb opened this issue Feb 18, 2021 · 0 comments

Comments

@smcvb
Copy link
Collaborator

smcvb commented Feb 18, 2021

The MessageHandlingMember currently has it's annotation specific methods deprecated. This is done because the interface should not be reflection specific at all, but allow for different approaches of receiving handler specific information.
Yes, the current implementation is based on annotations, but future implementation would likely use a different approach.

The Handler Enhancers page defines in text and code that the annotationAttributes(Class<? extend Annotation>) method should be used. Instead of this solution, the new approach as defined in this pull request should be picked.

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

1 participant