I have two classes
@Service public class A { } @Service public class B { @Autowired private A a; }
I would like to write an integration