@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface MetricColumn
Specify the information for a column method in a metric response type.
String
value
int
order
public abstract String value
The name of this column.
public abstract int order
The order of this column. A negative order indicates no preference. All unordered columns come after all ordered columns.