@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE_USE,TYPE_PARAMETER})
@DefaultQualifierInHierarchy
@SubtypeOf(value={})
public @interface Tainted
This is the top qualifier of the tainting type system. This annotation is associated with the
TaintingChecker
.
Untainted
,
TaintingChecker