See: Description
| Annotation Type | Description |
|---|---|
| ExperimentalApi |
Indicates that program elements that this annotation is applied to is considered usable by external developers but
its contracts have not stabilized.
|
| ExperimentalSpi |
Indicates that program elements that this annotation is applied to is considered usable by external developers but
its contracts have not stabilized.
|
| Internal |
The annotated element is an internal implementation detail and will change without notice.
|
| JIRA |
Used to annotate source to indicate related issues
For example - annotations to test method for some bug
|
| PublicApi |
The annotated element is part of a product's API contract with plugins.
|
| PublicSpi |
The annotated element is part of a product's SPI contract with plugins.
|
| Scopes |
The annotated element is part of one or more API "scopes".
|
Binary compatibility is defined in chapter 13 of the Java Language Specification.
Copyright © 2015 Atlassian. All rights reserved.