Package org.opensearch.common.annotation
Annotation Type PublicApi
@Documented
@Target({TYPE,PACKAGE,METHOD,CONSTRUCTOR,PARAMETER,FIELD,ANNOTATION_TYPE,MODULE})
@PublicApi(since="2.10.0")
public @interface PublicApi
Stable public APIs that retain source and binary compatibility within a major release.
These interfaces can change from one major release to another major release
(e.g. from 1.0 to 2.0). The types marked with this annotations could only expose
other
PublicApi or ExperimentalApi types as public members.- Opensearch.api:
-
Required Element Summary
Required Elements
-
Element Details
-
since
String sinceVersion when this API was released
-