Annotation Interface ExoCSRFCheck


@Retention(RUNTIME) @Target(METHOD) public @interface ExoCSRFCheck
Describe a method which needs CSRF protection. https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they're currently authenticated.