@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,PACKAGE})
public @interface CorsAllowed
The annotation used to indicate that a method allows Cors preflight and simple cross-origin requests. See
http://www.w3.org/TR/cors for more information.
- Since:
- 2.6