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