org.computate.vertx.openapi.OpenApi3Generator Maven / Gradle / Ivy
/*
* Copyright (c) 2018-2022 Computate Limited Liability Company in Utah, USA.
*
* This program and the accompanying materials are made available under the
* terms of the GNU GENERAL PUBLIC LICENSE Version 3 which is available at
*
* https://www.gnu.org/licenses/gpl-3.0.en.html
*
* You may not propagate or modify a covered work except as expressly provided
* under this License. Any attempt otherwise to propagate or modify it is void,
* and will automatically terminate your rights under this License (including
* any patent licenses granted under the third paragraph of section 11).
*/
package org.computate.vertx.openapi;
import org.computate.search.wrap.Wrap;
public class OpenApi3Generator extends OpenApi3GeneratorGen {
@Override()
protected void _apiVersion(Wrap c) {
c.o("3.0.0");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy