注释类型 ResponseBody
- @Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented public @interface ResponseBody Annotation that indicates a method return value should be bound to the web response body. Supported for annotated handler methods in Servlet environments.- As of version 4.0 this annotation can also be added on the type level in which case it is inherited and does not need to be added on the method level. - 从以下版本开始:
- 3.0
- 作者:
- Arjen Poutsma
- 另请参阅:
- RequestBody,- RestController