Annotation Interface OpenAPIExclusion


@Documented @Retention(SOURCE) @Target({TYPE,METHOD}) public @interface OpenAPIExclusion
This annotation can be used to mark specific java classes or methods that should not be included within the generated OpenAPI file. If it is used as class-level annotation, all methods within this class will be ignored. Otherwise only a single method is excluded.
Author:
chhorz