Java spring bean is getting created and added to the context but not @Autowired
I have a JavaFX application with Spring. I have a bean in a Configuration class which is being correctly added to the SpringContext, and can be retrieved manually, but it is not getting autowired into a class annotated @Component. I have summarised the code below.