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

io.swagger.codegen.GlobalSupportingFile Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
package io.swagger.codegen;

public class GlobalSupportingFile extends SupportingFile {

    GlobalSupportingFile(String templateFile, String folder, String destinationFilename) {
        super(templateFile, folder, destinationFilename);
    }

    GlobalSupportingFile(String templateFile, String destinationFilename) {
        super(templateFile, destinationFilename);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy