Annotation Type PrinterColumn
-
@Target(FIELD) @Retention(RUNTIME) public @interface PrinterColumn
-
-
Element Detail
-
name
String name
The name of the column. An empty column name implies the use of the property name- Returns:
- the column name, or empty string if the annotated property name should be used.
- Default:
- ""
-
-
-
format
String format
The printer column format.- Returns:
- the format or empty string if no format is specified.
- Default:
- ""
-
-