Spring을 사용하다보면 코드 위에 @Service 나 @RestController 와 같은 코드를 본적이 있다.
@Service
@RestController
이 부분은 Annotation이라고 부르며 특별한 기능을 수행하도록 하는 기술이다.