Interface | Description |
---|---|
AccessModeService |
Annotation Type | Description |
---|---|
ReadOnlyAccessAllowed |
Specifies that the annotated method (or all methods in the class, or all the methods in all the classes in the package)
should be bypassed by read-only access check.
|
ReadOnlyAccessBlocked |
Specifies that the annotated method (or all methods in the class, or all the methods in all the classes in the package)
should be blocked by read-only access check.
|
Copyright © 2003–2019 Atlassian. All rights reserved.