自己实现一个注解
摘要:@Target( { METHOD, FIELD, ANNOTATION_TYPE }) @Retention(RUNTIME) @Constraint(validatedBy = UserNameValidator.class) @Documented public @interface NotR
阅读全文
posted @ 2019-10-29 15:37
posted @ 2019-10-29 15:37
posted @ 2019-10-23 15:19
posted @ 2019-10-03 17:43