Annotation Type Untainted
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(Tainted.class) @QualifierForLiterals(STRING) @DefaultFor(LOWER_BOUND) public @interface Untainted
Denotes a reference that is untainted, i.e. can be trusted.- See the Checker Framework Manual:
- Tainting Checker