checkers.tainting.quals
Annotation Type Tainted


@Documented
@Retention(value=RUNTIME)
@TypeQualifier
@DefaultQualifierInHierarchy
@SubtypeOf(value={})
public @interface Tainted

The root of the tainting checker. This annotation is associated with the TaintingChecker.

See Also:
Untainted, TaintingChecker
See the Checker Framework manual:
Tainting Checker