Package com.atlassian.annotations
Annotation Interface Scopes
@Deprecated(since="5.1")
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,METHOD,TYPE})
public @interface Scopes
Deprecated.
The annotated element is part of one or more API "scopes".
This element is designed for Atlassian Connect add-ons to request scopes to gain access to a remote API.
The annotation is marked as deprecated in 5.1 and will be removed in 6.0 (next major version).
- Since:
- 0.8
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueDeprecated.
-