Annotation Type Avg


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Avg
    Specify a property to be an AVG aggregation.

    @Avg is short hand for @Aggregation("avg(...propertyName...)")

    Example:

    {@code