Annotation Interface OpenApi.Hidden

Enclosing class:
OpenApi

@Target({TYPE,METHOD}) @Retention(CLASS) @Documented @Inherited public static @interface OpenApi.Hidden
Excludes an endpoint type or operation method from generated OpenAPI output.

When declared on a declarative REST endpoint contract, this annotation also applies to its implementations.