com.onloupe.agent.metrics.annotation.SampledMetricClass Maven / Gradle / Ivy
package com.onloupe.agent.metrics.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* The Interface SampledMetricClass.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface SampledMetricClass {
/**
* Namespace.
*
* @return the string
*/
String namespace();
/**
* Category name.
*
* @return the string
*/
String categoryName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy