Skip navigation links

Package com.atlassian.annotations

Contains a set of annotations that are used to identify and document a product's API.

See: Description

Package com.atlassian.annotations Description

Contains a set of annotations that are used to identify and document a product's API. API elements carry with them a guarantee of binary compatibility with future versions, meaning that clients that are compiled against version X are generally guaranteed to run on version X+1 without needing to be recompiled (the exact guarantee will vary depending on the product's API policy).

Binary compatibility is defined in chapter 13 of the Java Language Specification.

Skip navigation links

Copyright © 2016 Atlassian. All rights reserved.