Skip navigation links
C E F I J P R S T V X 

C

com.atlassian.annotations - package com.atlassian.annotations
Contains a set of annotations that are used to identify and document a product's API.
com.atlassian.annotations.nonnull - package com.atlassian.annotations.nonnull
This package provides nonnull and nullable annotations for fields and return values, similar to ParametersAreNonnullByDefault and ParametersAreNullableByDefault.
com.atlassian.annotations.security - package com.atlassian.annotations.security
 
com.atlassian.annotations.tenancy - package com.atlassian.annotations.tenancy
 
ConfiguredByServiceProperty - Annotation Type in com.atlassian.annotations
Mark a method whose implementation can be configured by properties from the service environment.

E

ExperimentalApi - Annotation Type in com.atlassian.annotations
Indicates that program elements that this annotation is applied to is considered usable by external developers but its contracts have not stabilized.
ExperimentalSpi - Annotation Type in com.atlassian.annotations
Indicates that program elements that this annotation is applied to is considered usable by external developers but its contracts have not stabilized.

F

FieldsAreNonnullByDefault - Annotation Type in com.atlassian.annotations.nonnull
Similar to ParametersAreNonnullByDefault, but applies to fields of classes.
FieldsAreNullableByDefault - Annotation Type in com.atlassian.annotations.nonnull
Similar to ParametersAreNullableByDefault, but applies to fields of classes.

I

Internal - Annotation Type in com.atlassian.annotations
The annotated element is an internal implementation detail and will change without notice.

J

JIRA - Annotation Type in com.atlassian.annotations
Used to annotate source to indicate related issues For example - annotations to test method for some bug

P

PublicApi - Annotation Type in com.atlassian.annotations
The annotated element is part of a product's API contract with plugins.
PublicSpi - Annotation Type in com.atlassian.annotations
The annotated element is part of a product's SPI contract with plugins.

R

ReturnValuesAreNonnullByDefault - Annotation Type in com.atlassian.annotations.nonnull
Similar to ParametersAreNonnullByDefault, but applies to return values of methods.
ReturnValuesAreNullableByDefault - Annotation Type in com.atlassian.annotations.nonnull
Similar to ParametersAreNullableByDefault, but applies to return values of methods.

S

Scopes - Annotation Type in com.atlassian.annotations
The annotated element is part of one or more API "scopes".
StagedRollout - Annotation Type in com.atlassian.annotations
Mark a code construct whose usage or implementation is changing as part of a staged feature rollout.

T

TenancyScope - Enum in com.atlassian.annotations.tenancy
An expression of how a multi-tenanted environment affects the behaviour of the annotated component.
TenantAware - Annotation Type in com.atlassian.annotations.tenancy
A marker interface for indicating whether or not a component data management (particularly any caches that it uses) has been evaluated for its safe use in a multi-tenanted environment.
Tenantless - Annotation Type in com.atlassian.annotations.tenancy
Deprecated.

V

valueOf(String) - Static method in enum com.atlassian.annotations.tenancy.TenancyScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.annotations.tenancy.TenancyScope
Returns an array containing the constants of this enum type, in the order they are declared.
VisibleForTesting - Annotation Type in com.atlassian.annotations
Annotates a program element that exists, or is more widely visible than otherwise necessary, only for use in test code.

X

XsrfProtectionExcluded - Annotation Type in com.atlassian.annotations.security
The annotated element is excluded from Cross-site request forgery (CSRF/XSRF) protection.
C E F I J P R S T V X 
Skip navigation links

Copyright © 2016 Atlassian. All rights reserved.