Annotation Interface Tainted


@Target({FIELD,METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface Tainted
An annotation to mark tainted data (i. e. unfiltered user input) or methods, which accepts this kind of data.
Author:
dmebus