@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ExcelAssert
| 限定符和类型 | 必需的元素和说明 |
|---|---|
String |
expr
Predicate expressions.With an EL expression,
the expression must satisfy a Boolean value
|
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
message
A validation failure throws an
ExcelAssertException,
which is used to configure the error information to be thrown |
public abstract String expr
public abstract String message
ExcelAssertException,
which is used to configure the error information to be thrownCopyright © 2020. All rights reserved.