
org.zalando.tracer.aspectj.Traced Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracer-aspectj Show documentation
Show all versions of tracer-aspectj Show documentation
Annotation-driven aspect for tracing requests through a distributed system.
package org.zalando.tracer.aspectj;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Traced {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy