All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.stylesmile.knife4j.openapi.Info Maven / Gradle / Ivy

package io.github.stylesmile.knife4j.openapi;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * swagger基本信息
 */
@Data
@NoArgsConstructor
@AllArgsConstructor
public class Info {
    private String description = "swagger-ui";
    private String version = "3.0.0";
    private String title = "";
    private String termsOfService;
    private Contact contact;
    private License license;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy