1.http://stackoverflow.com/questions/25598406/spring-annotaion-autowired-inside-methods Q: Autowire can be used with constructors, setter and as class variables. How can I used @Autowire annotation inside a method or any other scope. A: Even if it co…