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
After reviewing MyBatisBean.java, it appears that the @Any annotation will not be assigned to the bean if a qualifier is present at the injection point.
Hello,
After reviewing MyBatisBean.java, it appears that the @Any annotation will not be assigned to the bean if a qualifier is present at the injection point.
On line 71:
If no qualifiers are found, the @Any annotation will be added. However, if qualifiers are found, the @Any annotation will not be added.
I believe the @Any qualifier should be added regardless.
Thanks.
The text was updated successfully, but these errors were encountered: