Registry / web-framework / swagger-annotations

swagger-annotations

JSON →
library1.6.16javamavenunverified

Provides Java annotations for Swagger/OpenAPI specification generation in REST APIs.

<dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>1.6.16</version> </dependency>
INSTALL
IMPORT
SIG · SWAGGER-ANNOTATION
S
swagger-annotations
web-frameworkjavav1.6.16
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.

Api
io.swagger.annotations.Api

Annotate a REST controller with @Api to describe its role in the API.

import io.swagger.annotations.Api; @Api(value = "User Controller", description = "Operations about users") public class UserController { // REST endpoints }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
swagger-annotations — mvn dependency:get swagger-annotations · libregistry