@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
public @interface Experimental
Note that the presence of this annotation implies nothing about the quality or performance of the API in question, only the fact that the API or behavior may change in any way.
Modifier and Type | Optional Element and Description |
---|---|
Experimental.Kind |
value |
public abstract Experimental.Kind value