@Autowired
private AuthenticationManager authenticationManager;
I have this line in my project and after my understanding of @autowired, there must be some of bean dependency injection. But I cannot see any spring boot bean configuration file as mentioned online. So I am confused about what this statement will do. I am completely new to java