JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
dev.voidframework.web.http.annotation
Annotation Interface NoCSRF
@Controller
@Documented
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
NoCSRF
Indicates that CSRF token verification don't have to be performed.
Since:
1.1.0