public abstract @interface

RequestParam

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

Class Overview

Annotation which indicates that a method parameter should be bound to a web request parameter. Supported for annotated handler methods in Servlet and Portlet environments.

Summary

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