Annotation Type Tainted
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf({}) @DefaultQualifierInHierarchy public @interface Tainted
Denotes a possibly-tainted value: at run time, the value might be tainted or might be untainted.- See Also:
Untainted
,TaintingChecker
- See the Checker Framework Manual:
- Tainting Checker