-
Update docs as @Autowired fails with many beans · db7d352cJack Harris authored
Fix a suspected typo. @Autowired throws a `NoUniqueBeanDefinitionException` if there are multiple beans of the same type without a primary, but the documentation said multiple beans 'cause `@Autowired` to work', rather than 'not work'.
db7d352c
×