parent
8513ec7440
commit
ad80b94e14
|
|
@ -31,7 +31,7 @@ import java.lang.annotation.Target;
|
||||||
* @since 6.1
|
* @since 6.1
|
||||||
* @see org.springframework.web.bind.WebDataBinder#construct
|
* @see org.springframework.web.bind.WebDataBinder#construct
|
||||||
*/
|
*/
|
||||||
@Target(ElementType.PARAMETER)
|
@Target({ElementType.PARAMETER, ElementType.FIELD})
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Documented
|
@Documented
|
||||||
public @interface BindParam {
|
public @interface BindParam {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue