Wednesday, April 24, 2013

Autowiring in Spring

http://stackoverflow.com/questions/3153546/how-does-autowiring-work-in-spring

// tells the application context to inject an instance of UserService here
    @Autowired
    private UserService userService;

No comments: