@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface ExcelCell
| Modifier and Type | Required Element and Description |
|---|---|
int |
value
Specifies the column index 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.
|
Copyright © 2017–2021. All rights reserved.