Spring_Annotations
@Qualifier: Specifies which bean to inject when multiple beans of the same type exist.
@ResponseBody: Writes the return value of a method to the HTTP response body.
Miscellaneous Annotations