Annotation Type RequiresLicensedConfluenceAccess
-
@Retention(RUNTIME) @Target({PACKAGE,TYPE,METHOD}) public @interface RequiresLicensedConfluenceAccess
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