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

io.swagger.codegen.languages.features.JbossFeature Maven / Gradle / Ivy

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

public interface JbossFeature {

    public static final String GENERATE_JBOSS_DEPLOYMENT_DESCRIPTOR = "generateJbossDeploymentDescriptor";

    public void setGenerateJbossDeploymentDescriptor(boolean generateJbossDeploymentDescriptor);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy