Package org.dnsge.util.tableprinter.row
Annotation Type TableItem
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface TableItemAnnotation that details a field/method that can be used to populate aTableRowObject- Version:
- 1.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringheaderSpecifies the header of the column for the field/method this Annotation is detailing
-