Why did we remove the @Autowired annotation ?
@Component
public class Customer {
private final Product product;
public Customer(Product product) {
this.product = product;
}
}Why did we remove the @Autowired annotation ?
@Component
public class Customer {
private final Product product;
public Customer(Product product) {
this.product = product;
}
}Create a free account to access the full topic