@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public static @interface CORS.MaxAge
Mark a controller class or action handler method that needs to add Access-Control-Max-Age
header
Modifier and Type | Optional Element and Description |
---|---|
int |
value
The value set to the
Access-Control-Max-Age header |
Copyright © 2014–2017 ActFramework. All rights reserved.