| Class | Description | 
|---|---|
| MicroProfileOpenApiEndpoint | 
 This is not a JAXRS endpoint but a regular servlet because the Smallrye does the remaining job. 
 | 
| MicroProfileOpenApiRegistration | 
 This class is responsible for registering the OpenAPI servlet in each application so /openapi becomes available for
 applications to consume. 
 |