I have below structure
ProjectA
Public Interface A{ Void do something(); }
Now in another class
Class Example{ @Autowired A