@Retention(value=RUNTIME) @Documented @Target(value=METHOD) public @interface UploadFileCheck
| Modifier and Type | Optional Element and Description |
|---|---|
String |
message
校验不通过提示信息
|
UploadFileType[] |
supportedFileTypes
支持的文件类型
|
String[] |
supportedSuffixes
支持的文件扩展名
|
public abstract String message
public abstract String[] supportedSuffixes
public abstract UploadFileType[] supportedFileTypes
Copyright © 2025. All rights reserved.