We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8513ec7 commit ad80b94Copy full SHA for ad80b94
spring-web/src/main/java/org/springframework/web/bind/annotation/BindParam.java
@@ -31,7 +31,7 @@
31
* @since 6.1
32
* @see org.springframework.web.bind.WebDataBinder#construct
33
*/
34
-@Target(ElementType.PARAMETER)
+@Target({ElementType.PARAMETER, ElementType.FIELD})
35
@Retention(RetentionPolicy.RUNTIME)
36
@Documented
37
public @interface BindParam {
0 commit comments