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