@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface ReportValue
Indicates that an absolute value of the numerical field should be reported in statistics.
Won't work on objects, string or enum fields.
Can be used within persistent components if reportStatistics flag is enabled.