@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public static @interface CORS.DisallowCredentials
Mark a controller class or action handler method that needs to add Access-Control-Allow-Credentials
header and set the value to false
Copyright © 2014–2017 ActFramework. All rights reserved.