You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: