@Retention(value=CLASS) @Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE}) @Documented public @interface Experimental
It is generally safe for applications to depend on experimental APIs, at the cost of some extra work during upgrades. However, it is generally inadvisable for libraries (which get included on users' class paths, outside the library developers' control) to do so.
| Modifier and Type | Optional Element and Description |
|---|---|
Experimental.Kind |
value |
public abstract Experimental.Kind value