Asking for a Specific Bean
public class ExampleService implements Service {
@Autowired
@Qualifier("dependencyB")
private Component dependency;
}
Last updated
Was this helpful?
public class ExampleService implements Service {
@Autowired
@Qualifier("dependencyB")
private Component dependency;
}
Last updated
Was this helpful?