chore: 문서를 작성할 때 한국어의 표현 작성 스킬 추가 및 1인칭 관점의 글 작성 검증 테스트 추가

This commit is contained in:
DongHyeonka
2026-07-29 16:48:03 +09:00
parent c39406bbdd
commit 41501b5d06
520 changed files with 95494 additions and 2231 deletions
@@ -0,0 +1,15 @@
---
title: Spring component stereotype and scanning notes
source_type: official-doc
status: reviewed
---
# Spring component stereotype and scanning notes
## Supported behavior
Spring stereotype annotations such as `@Component` and `@Service` mark classes as candidates for component scanning and container registration.
## Evidence boundary
This vendor behavior explains what the annotations do. It does not prove why a particular project chose to use them, nor does it prove which other Spring dependencies the project allows. Project rationale must come from the project's own decision record.