@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
@Documented
public @interface Beta
Experimental). You can still use this API - just be aware that a future version may require
changes of your code. This is intended for getting feedback on planned features.