@PivotValue

API

PivotValue.java
@interface PivotValue {
  int order();
  AggregationType type() default AggregationType.SUM;
}