Injection μ μμ΄μ, Constructor Injection κ³Ό Setter Injection λ κ°μ§λ₯Ό μ΄ν΄λ³΄μλ€. μ΄λ€μ spring.io development team μ΄ μΆμ²νλ λ°©μμ΄μ§λ§, Field Injection μ΄λΌλ μΆμ²νμ§ μλ Injection λ°©μλ νλ μ‘΄μ¬νλ€.
legacy project μμλ κ½€λ Field Injection μ μμ£Ό μ¬μ©νμ§λ§, μκ°μ΄ νλ₯΄λ©΄μ Unit Test μ μμ΄ μ΄λ €μμ΄ μλ€λ κ²μ μκ³ μ΅κ·Όμλ κ±°μ μ°μ΄μ§ μκ³ μλ€.
@Autowired
private Coach myCoach;Field Injection μ μ μ²λΌ Constructor λ Setter λ₯Ό μ ν μ¬μ©νμ§ μλλ€. κ·Έλ₯ λ¨μν field μ @Autowired annotation μ λ¬μμ€μΌλ‘μ¨ Injection μ μννλ€.