package javax.annotation_voltpatches; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.annotation_voltpatches.meta.TypeQualifierNickname; import javax.annotation_voltpatches.meta.When; @Documented @TypeQualifierNickname @Untainted(when = When.MAYBE) @Retention(RetentionPolicy.RUNTIME) public @interface Tainted { }