Annotation Interface Experimental
@Documented
@Retention(CLASS)
@Target({TYPE,METHOD,FIELD,PARAMETER,RECORD_COMPONENT})
public @interface Experimental
Marks a public API as experimental.
Experimental APIs may be changed or removed in future releases without a major-version bump and without prior notice. They are provided for early evaluation and feedback. Do not depend on experimental APIs in production code until they are promoted to stable.