@Retention(value=RUNTIME) @Target(value={PACKAGE,TYPE,METHOD}) public @interface RequiresAnyConfluenceAccess
Equivalent to checking AccessStatus.canUseConfluence()
for the current user's access status.
Note: This is NOT the same as checking SpacePermission.USE_CONFLUENCE_PERMISSION
permission, use
RequiresLicensedOrAnonymousConfluenceAccess
instead if that is the desired behaviour.
Copyright © 2003–2018 Atlassian. All rights reserved.