com.atlassian.plugins.rest.common.security
Annotation Type CorsAllowed


@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



Copyright © 2014 Atlassian. All Rights Reserved.