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