@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented @Repeatable(value=NotNullOrBlank.List.class) @Constraint(validatedBy=NotNullOrBlankConstraintValidator.class) public @interface NotNullOrBlank
不为null和不为空白
Copyright © 2023. All rights reserved.