@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Measurement
Note that this annotation is optional and classes can still be (de-)serialized without it. It is mainly a means to set the measurement name.
public abstract String value
If this value is not set, then the measurement name will be derived from the class name,
Copyright © 2020. All rights reserved.