public abstract @interface

ResponseBody

implements Annotation
org.springframework.web.bind.annotation.ResponseBody

Class Overview

Annotation which indicates that a method return value should be bound to the web response body. Supported for annotated handler methods in Servlet environments.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation