Annotation Type Cell
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Cell
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intcolumnNumberColumn number
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanreadIgnoreIf field is ignored while readingjava.lang.StringregexValidation rule based on regular expression can only be used with String cell typesbooleanrequiredIf field is requiredbooleanwriteIgnoreIf field is ignored while writing
-