アノテーションインターフェースの使用
org.springframework.web.bind.annotation.ResponseBody
パッケージ
説明
リクエストをコントローラーおよびハンドラーメソッドにバインドするためのアノテーションと、リクエストパラメーターをメソッド引数にバインドするためのアノテーション。
org.springframework.web.bind.annotation 内の ResponseBody 使用
修飾子と型クラス説明@interface
@Controller
および@ResponseBody
でアノテーションが付けられている便利なアノテーション。@interface
@ControllerAdvice
および@ResponseBody
でアノテーションが付けられている便利なアノテーション。