public abstract @interface

PathVariable

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

Class Overview

Annotation which indicates that a method parameter should be bound to a URI template variable. Supported for RequestMapping annotated handler methods in Servlet environments.

Summary

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