@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public static @interface CSRF.Disable
Mark a controller class or action handler method that is not subject to CSRF protection. This can be used to construct the blacklist of CSRF protection resources when the global AppConfigKey.CSRF
is enabled
Copyright © 2014–2017 ActFramework. All rights reserved.