@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Cell
| Modifier and Type | Required Element and Description |
|---|---|
int |
columnNumber
Column number
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
readIgnore
If field is ignored while reading
|
java.lang.String |
regex
Validation rule based on regular expression can only be used with String cell types
|
boolean |
required
If field is required
|
boolean |
writeIgnore
If field is ignored while writing
|
Copyright © 2011-2020 BSTOI.NL. All Rights Reserved.