Skip to content

Commit

Permalink
Allow BindParam on a field
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Aug 3, 2023
1 parent 8513ec7 commit ad80b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @since 6.1
* @see org.springframework.web.bind.WebDataBinder#construct
*/
@Target(ElementType.PARAMETER)
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface BindParam {
Expand Down

0 comments on commit ad80b94

Please sign in to comment.