com.atlassian.annotations
Annotation Type ExperimentalApi


@Documented
@Retention(value=CLASS)
public @interface ExperimentalApi

Indicates that program elements that this annotation is applied to 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



Copyright © 2012 Atlassian. All Rights Reserved.