org.glowroot.agent.shaded.javax.annotation.Detainted Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glowroot-agent-it-harness Show documentation
Show all versions of glowroot-agent-it-harness Show documentation
Glowroot Agent Integration Test Harness
package org.glowroot.agent.shaded.org.glowroot.agent.it.harness.shaded.javax.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import org.glowroot.agent.shaded.org.glowroot.agent.it.harness.shaded.javax.annotation.meta.TypeQualifierNickname;
import org.glowroot.agent.shaded.org.glowroot.agent.it.harness.shaded.javax.annotation.meta.When;
@Documented
@TypeQualifierNickname
@Untainted(when = When.ALWAYS)
@Retention(RetentionPolicy.RUNTIME)
public @interface Detainted {
}