
metrics_influxdb.misc.VisibilityIncreasedForTests Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics-influxdb Show documentation
Show all versions of metrics-influxdb Show documentation
A reporter for metrics which announces measurements to an InfluxDB server.
The newest version!
package metrics_influxdb.misc;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.SOURCE)
/**
* Simple marker annotation
*/
public @interface VisibilityIncreasedForTests {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy