@Documented @ExperimentalApi @Target @Retention public abstract @interface

IncompatibleReturnType

implements Annotation
com.atlassian.jira.api.IncompatibleReturnType

@ExperimentalApi

This @interface is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Indicates that a method's return type has been changed in a way that is not binary-compatible (and possibly also not source-compatible).

This annotation should only be used when only the return type has changed, but the method signature has remained unchanged.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation