自定义注解
摘要:自定义注解 @Target({ElementType.FIELD, ElementType.PARAMETER}) @Retention(RUNTIME) @Constraint(validatedBy = NoDuplicatesValidator.class) // 关键:指定验证器 publi
阅读全文
posted @ 2025-07-25 18:16
posted @ 2025-07-25 18:16
posted @ 2025-07-24 16:53
posted @ 2025-07-24 11:06