@Internal public interface FeatureEnabledChecker extends FeatureFlag
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccessible()
Returns whether the feature is accessible under current licensing terms.
|
void |
throwIfFeatureDisabledOrInaccessible()
Throws
FeatureInaccessibleException if the feature is not accessible. |
isEnabledboolean isAccessible()
void throwIfFeatureDisabledOrInaccessible()
FeatureInaccessibleException if the feature is not accessible.
Throws FeatureDisabledException if the feature is disabled.Copyright © 2023 Atlassian. All rights reserved.