com.onloupe.agent.metrics.annotation.EventMetricValues 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 EventMetricValues.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.METHOD})
public @interface EventMetricValues {
/**
* Value.
*
* @return the event metric value[]
*/
EventMetricValue[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy