@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
@Documented
public @interface Experimental
Signifies that a public API (public class, method or field) implementation is in an experimental state. An API bearing this annotation is
not guaranteed to be stable and you should avoid using it. Typically it marks a functionality that will be available in future versions.