Annotation Interface UserAggregationResult


@Target(METHOD) @Retention(RUNTIME) public @interface UserAggregationResult
Declares a method as the result method of an aggregation.

This method is called once when the aggregation is done (UserAggregationUpdate

Output declaration

A function must always return a single value.

Valid return types are as follows: