Annotation Interface RequiresLicensedConfluenceAccess
@Deprecated(since="9.0.0")
@Retention(RUNTIME)
@Target({PACKAGE,TYPE,METHOD})
public @interface RequiresLicensedConfluenceAccess
Deprecated.
Add this annotation to an action invocation method, action class, or package to allow users with licensed access to
Confluence to execute the target action.
Equivalent to checking AccessStatus.hasLicensedAccess()
for the current user's access status.
- Since:
- 5.9
LicensedOnly
instead