JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.gravity.security.annotations
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