br.com.jarch.agent.CollectMetrics Maven / Gradle / Ivy
The newest version!
package br.com.jarch.agent;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
@Retention(RetentionPolicy.RUNTIME)
public @interface CollectMetrics {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy