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
Since bean registrars are not beans, we should add a validation that users don't add @Component, @Configuration or anything like that by accident to bean registrar classes. We can basically check for @Component if we take the meta annotation hierarchy into account.