Package org.opensearch.common
Annotation Type SuppressForbidden
@Retention(CLASS)
@Target({CONSTRUCTOR,FIELD,METHOD,TYPE})
@PublicApi(since="1.0.0")
public @interface SuppressForbidden
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
- Opensearch.api:
-
Required Element Summary
Required Elements
-
Element Details
-
reason
String reason
-