io.swagger.codegen.languages.features.PerformBeanValidationFeatures Maven / Gradle / Ivy
package io.swagger.codegen.languages.features;
public interface PerformBeanValidationFeatures {
// Language supports performing BeanValidation
public static final String PERFORM_BEANVALIDATION = "performBeanValidation";
public void setPerformBeanValidation(boolean performBeanValidation);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy