@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface ExcelCellName
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
Specifies the column name where the corresponding value is mapped from the excel data
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
mandatory
Specifies whether the column is required or not.
|
public abstract String value
Copyright © 2017–2021. All rights reserved.