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