yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
smart-man-boot/src/main/java/com/qianwen/smartman/common/validator/phone/PhoneValue.java
@@ -12,13 +12,11 @@
@Constraint(validatedBy = {PhoneValueValidator.class})
@Documented
@Retention(RetentionPolicy.RUNTIME)
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/validator/phone/PhoneValue.class */
public @interface PhoneValue {
    @Target({ElementType.FIELD, ElementType.PARAMETER})
    @Retention(RetentionPolicy.RUNTIME)
    @Documented
    /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/validator/phone/PhoneValue$List.class */
    public @interface List {
        PhoneValue[] value();
    }