Package org.opensearch.common.annotation
Annotation Type ExperimentalApi
@Documented
@Target({TYPE,PACKAGE,METHOD,CONSTRUCTOR,PARAMETER,FIELD,ANNOTATION_TYPE,MODULE})
@PublicApi(since="2.10.0")
public @interface ExperimentalApi
Experimental APIs that may not retain source and binary compatibility within major,
minor or patch releases. The types marked with this annotations could only expose
other
PublicApi or ExperimentalApi types as public members.- Opensearch.api: