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
I have typed the second index=0 by mistake (It should have been 1, so that spring could create the object with two arguments)
However Spring silently ignores my mistake and
creates an instance of MyClass which only takes String as the argument.
I would rather like Spring to complain about my mistake at this point.