Annotation Interface OpenAPISchema
This annotation can be used to annotate specific java classes as a OpenAPI schema. This annotation should be used if
the resources are not registered automatically as OpenAPI schema. It must be used if the classes for the REST
resources are placed in a separate maven module for example.
- Author:
- chhorz