public interface ExperimentalApi implements AnnotationIndicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.
Usage guidelines:
- This annotation is used only on public API. Internal interfaces should not use it.
- This annotation should only be added to new APIs. Adding it to an existing API is considered API-breaking.
- Removing this annotation from an API gives it stable status.
Implements
AnnotationMethods
value()
public abstract String value()Context information such as links to discussion thread, tracking issue etc.
| Returns | |
|---|---|
| Type | Description |
String |
|