@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Timestamp
Note that only fields of type Instant can be timestamps, and that there can
only be one timestamp per class. If no timestamp is defined in a class, then timestamp will be
set by InfluxDB when writing the point.
Copyright © 2020. All rights reserved.