Annotation Interface RequiresXsrfCheck


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface RequiresXsrfCheck
The annotation used to indicate that a method (or a whole class) needs XSRF protection checking This works only with WebWorks actions (i.e. all descendant of JiraWebActionSupport)
Since:
v4.1