Package javax.annotation
Annotation Interface Untainted
This annotation is used to denote String values that are untainted,
i.e. properly validated.
For example, this annotation should be used on the String value which represents SQL query to be passed to database engine.
When this annotation is applied to a method it applies to the method return value.
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
when
When when- Default:
- ALWAYS
-