Registry / web-framework / microprofile-openapi-api

microprofile-openapi-api

JSON →
library4.1.1javamavenunverified

MicroProfile OpenAPI API for building OpenAPI documentation in MicroProfile applications.

<dependency> <groupId>org.eclipse.microprofile.openapi</groupId> <artifactId>microprofile-openapi-api</artifactId> <version>4.1.1</version> </dependency>
INSTALL
IMPORT
SIG · MICROPROFILE-OPENA
M
microprofile-openapi-api
web-frameworkjavav4.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Operation
org.eclipse.microprofile.openapi.annotations.Operation

Annotate a REST endpoint with OpenAPI operation

import org.eclipse.microprofile.openapi.annotations.Operation; import jakarta.ws.rs.GET; import jakarta.ws.rs.Path; @Path("/hello") public class HelloResource { @GET @Operation(summary = "Say hello") public String hello() { return "Hello"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
microprofile-openapi-api — mvn dependency:get microprofile-openapi-api · libregistry