@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ListingColumn
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
exclude
Determines whether a column should be excluded from the output.
|
String |
header
Returns the header for the column.
|
boolean |
inLongByDefault
Determines whether a column should be included in the --long output by
default.
|
int |
order
Determines the order of the columns from left to right.
|
public abstract int order
public abstract String header
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.