- * When this annotation is applied to a Jakarta REST resource class, the response is added to the responses defined in all - * OpenAPI operations which correspond to a method on that class. If an operation already has a response with the + * When this annotation is applied to a Jakarta REST resource class, the response is added to the responses defined in + * all OpenAPI operations which correspond to a method on that class. If an operation already has a response with the * specified responseCode the response is not added to that operation. * *
* When this annotation is applied to an ExceptionMapper
class or toResponse
method, it allows
- * developers to describe the API response that will be added to a generated OpenAPI operation based on a Jakarta REST method
- * that declares an Exception
of the type handled by the ExceptionMapper
.
+ * developers to describe the API response that will be added to a generated OpenAPI operation based on a Jakarta REST
+ * method that declares an Exception
of the type handled by the ExceptionMapper
.
*
*
* @Provider diff --git a/spi/pom.xml b/spi/pom.xml index c9e7e865..3d7f7a15 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -25,7 +25,7 @@microprofile-openapi-spi MicroProfile OpenAPI SPI -MicroProfile OpenAPI SPI :: SPI +MicroProfile OpenAPI :: SPI - + @@ -38,5 +38,5 @@