timelines/data_processing/ml_util/aggregation_framework/AggregationConfig.scala (4 lines of code) (raw):
package com.twitter.timelines.data_processing.ml_util.aggregation_framework
trait AggregationConfig {
def aggregatesToCompute: Set[TypedAggregateGroup[_]]
}