io.swagger.codegen.languages.features.LoggingFeatures Maven / Gradle / Ivy
package io.swagger.codegen.languages.features;
public interface LoggingFeatures extends BeanValidationFeatures {
public static final String USE_LOGGING_FEATURE = "useLoggingFeature";
public void setUseLoggingFeature(boolean useLoggingFeature);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy