@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Chronological
This annotation marks the fields of mbean for those we have a history in rrd data base.
Must be used only with methods return numerical primitive values, like int, long, double etc.