@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Constraints
`@Constraints({
`@Constraint(field = "name", notBlank = true, maxLen = 64),
`@Constraint(field = "type", series = { 1, 2 }),
})
方法参数校验器| 限定符和类型 | 可选元素和说明 |
|---|---|
Constraint[] |
value |
public abstract Constraint[] value
Copyright © 2023. All rights reserved.