Annotation Interface Untrusted
@Retention(SOURCE)
@Target({PARAMETER,FIELD,METHOD,LOCAL_VARIABLE,TYPE_PARAMETER,TYPE_USE,CONSTRUCTOR,TYPE})
public @interface Untrusted
Annotation for identifying untrusted data that has not been sanitized.
-
Optional Element Summary
Optional Elements
-
Element Details
-
reason
String reason- Default:
""
-