@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface PathVariable
RequestMapping
annotated handler methods in Servlet
environments.RequestMapping
,
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
,
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The URI template variable to bind to.
|
Copyright © 2021. All rights reserved.