![JAR search and dependency download from the Maven repository](/logo.png)
com.vmlens.annotation.Interleave Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annotation Show documentation
Show all versions of annotation Show documentation
Annotation to suppress warnings for race conditions in vmlens.
package com.vmlens.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(value={ElementType.METHOD})
@Retention(value=RetentionPolicy.CLASS)
public @interface Interleave {
Class value() default NoGroup.class;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy