@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public static @interface CORS.Disable
Mark a controller class or action handler method that must not add any CORS headers irregarding to the global CORS setting
Copyright © 2014–2017 ActFramework. All rights reserved.