...
- 모듈 : spring-context
- 클래스 : org.springframework.stereotype.Component
- 버전 : 2.5 이상
@Repository
- 모듈 : spring-context
- 클래스 : org.springframework.stereotype.Repository
- 버전 : 2.0 이상
@Service
- 모듈 : spring-context
- 클래스 : org.springframework.stereotype.Service
- 버전 : 2.5 이상
@Controller
- 모듈 : spring-context
- 클래스 : org.springframework.stereotype.Controller
- 버전 : 2.5 이상
2. 스프링 빈 찾기
@ComponentScan
- 모듈 : spring-context
- 클래스 : org.springframework.context.annotation.ComponentScan\
- 버전 : 3.1 이상
오토와이어링
자동으로 빈 와이어링 하기
@Autowired
- 모듈 : spring-context
- 클래스 : org.springframework.beans.factory.annotation.Autowired
- 버전 : 2.5 이상