Annotation Interface Sanitizing


@Target({METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface Sanitizing
An annotation to mark methods, which sanitize tainted data and raise its security level.
Author:
dmebus