io.muserver.openapi.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mu-server Show documentation
Show all versions of mu-server Show documentation
A simple but powerful web server framework
/**
* A model of the Open API spec, which is used internally when creating documentation for JAX-RS services.
* This package can be used to specify overview documentation when creating REST resources using
* {@link io.muserver.rest.RestHandlerBuilder#withOpenApiDocument(io.muserver.openapi.OpenAPIObjectBuilder)}
*/
package io.muserver.openapi;