JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
spring-web
org.springframework.web.bind.annotation
Mapping
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Mapping
@Target
(
ANNOTATION_TYPE
)
@Retention
(
RUNTIME
)
public @interface
Mapping
Meta annotation that indicates a web mapping annotation.
Since:
3.0
Author:
Juergen Hoeller
See Also:
RequestMapping