| | |
| | | @Constraint(validatedBy = {ImportModelValueValidator.class}) |
| | | @Documented |
| | | @Retention(RetentionPolicy.RUNTIME) |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/validator/importmodel/ImportModelValue.class */ |
| | | public @interface ImportModelValue { |
| | | |
| | | @Target({ElementType.FIELD, ElementType.PARAMETER}) |
| | | @Retention(RetentionPolicy.RUNTIME) |
| | | @Documented |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/validator/importmodel/ImportModelValue$List.class */ |
| | | public @interface List { |
| | | ImportModelValue[] value(); |
| | | } |